about summary refs log tree commit diff
path: root/machines/aszlig/managed
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-06-18 01:31:13 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-06-18 01:34:23 +0200
commitb703865f1757d716954aa31f1fbaabc52ed4e3b3 (patch)
tree439b1f241e829b8e3c5581d9b99dbe81fcb879f3 /machines/aszlig/managed
parentcdb4875c22cea270db0cd13a522300728d36b642 (diff)
pkgs: Remove Tomahawk from the source tree
Tomahawk is no longer actively developed and the current state within
vuizvui is also broken. So after asking the users of brawndo and tyree
whether they still use it they answered with a "no", so it doesn't make
sense to fix up that package if noone is using it anyway.

This has also been announced via the README in the official GitHub
repository, where the change + comments can be seen here:

https://github.com/tomahawk-player/tomahawk/commit/c8389592488c07079

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/managed')
-rw-r--r--machines/aszlig/managed/brawndo.nix1
-rw-r--r--machines/aszlig/managed/tyree.nix4
2 files changed, 2 insertions, 3 deletions
diff --git a/machines/aszlig/managed/brawndo.nix b/machines/aszlig/managed/brawndo.nix
index 99bc1c32..ea592bcb 100644
--- a/machines/aszlig/managed/brawndo.nix
+++ b/machines/aszlig/managed/brawndo.nix
@@ -75,7 +75,6 @@ in {
     unfreePkgs.steam
     unfreeAndNonDistributablePkgs.skype
     thunderbird
-    vuizvui.aszlig.tomahawk
     wine
     xpdf
     youtubeDL
diff --git a/machines/aszlig/managed/tyree.nix b/machines/aszlig/managed/tyree.nix
index 9d7dfffe..557f690c 100644
--- a/machines/aszlig/managed/tyree.nix
+++ b/machines/aszlig/managed/tyree.nix
@@ -10,8 +10,8 @@
   environment.systemPackages = with pkgs; [
     calibre cdparanoia chromium figlet vuizvui.aszlig.gajim gimp htop inkscape
     thunderbird kdeApplications.gwenview kdeApplications.okular krita
-    libreoffice mosh mpv pciutils vlc vuizvui.aszlig.tomahawk wget wine
-    youtubeDL unfreeAndNonDistributablePkgs.skype
+    libreoffice mosh mpv pciutils vlc wget wine youtubeDL
+    unfreeAndNonDistributablePkgs.skype
   ];
 
   fileSystems."/boot".device = "/dev/disk/by-uuid/A0D5-269D";