about summary refs log tree commit diff
path: root/pkgs/aszlig/default.nix
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 /pkgs/aszlig/default.nix
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 'pkgs/aszlig/default.nix')
-rw-r--r--pkgs/aszlig/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/aszlig/default.nix b/pkgs/aszlig/default.nix
index 50a2bcfb..7c042127 100644
--- a/pkgs/aszlig/default.nix
+++ b/pkgs/aszlig/default.nix
@@ -11,5 +11,4 @@
   lockdev = callPackage ./lockdev { };
   pvolctrl = callPackage ./pvolctrl { };
   santander = callPackage_i686 ./santander { };
-  tomahawk = callPackage ./tomahawk { boost = boost155; };
 }