summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2016-10-19 00:04:20 +0200
committerGraham Christensen <graham@grahamc.com>2016-10-28 07:43:04 -0400
commit162c65fc87d8e0fc450d2f95dda3f7b3b91987a2 (patch)
tree638a76d88760be849c1c41c47a912424cf59fbb1 /pkgs/applications/audio
parent1da6dd3eeeb5487ee56a84db1800272f62599c0f (diff)
downloadnixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.tar
nixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.tar.gz
nixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.tar.bz2
nixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.tar.lz
nixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.tar.xz
nixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.tar.zst
nixlib-162c65fc87d8e0fc450d2f95dda3f7b3b91987a2.zip
nodejs-0_10: remove
node.js 0.10 reaches end of LTS in a few days (see https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 dependant packages to broken as they don't build anymore
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/groovebasin/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/audio/groovebasin/default.nix b/pkgs/applications/audio/groovebasin/default.nix
index 0bbf2baf1055..7eb2e85f7bed 100644
--- a/pkgs/applications/audio/groovebasin/default.nix
+++ b/pkgs/applications/audio/groovebasin/default.nix
@@ -62,5 +62,8 @@ in nodePackages.buildNodePackage rec {
 
       Groove Basin supports Last.fm scrobbling.
     '';
+    # groovebasin was built with nodejs 0.10 which reached end of LTS
+    # in October 216, it doesn't built with nodejs 4.x
+    broken = true;
   };
 }