about summary refs log tree commit diff
path: root/pkgs/development/compilers/opa
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/development/compilers/opa
parent1da6dd3eeeb5487ee56a84db1800272f62599c0f (diff)
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/development/compilers/opa')
-rw-r--r--pkgs/development/compilers/opa/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/opa/default.nix b/pkgs/development/compilers/opa/default.nix
index 2e691dc749d5e..a696947784420 100644
--- a/pkgs/development/compilers/opa/default.nix
+++ b/pkgs/development/compilers/opa/default.nix
@@ -63,5 +63,8 @@ stdenv.mkDerivation rec {
     license = stdenv.lib.licenses.gpl3;
     maintainers = [ stdenv.lib.maintainers.kkallio ];
     platforms = with stdenv.lib.platforms; linux;
+    # opa was built with nodejs 0.10 which reached end of LTS
+    # in October 216, it doesn't built with nodejs 4.x
+    broken = true;
   };
 }