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
This commit is contained in:
Christine Koppelt
2016-10-19 00:04:20 +02:00
committed by Graham Christensen
parent 1da6dd3eee
commit 162c65fc87
4 changed files with 10 additions and 94 deletions

View File

@@ -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;
};
}