Revert "Mark many packages (mostly python) broken because of broken dependencies."

This reverts commit bf86758a42.

See 71a9aa10ca25f5659a657d8910e11f36c3439a36
This commit is contained in:
Domen Kožar
2015-02-25 09:23:31 +01:00
parent 67f9edc98e
commit 9214859fd2
3 changed files with 12 additions and 31 deletions
@@ -23,13 +23,13 @@ stdenv.mkDerivation {
buildPhase = "make PREFIX=$out";
installPhase = "make PREFIX=$out install";
meta = {
meta = {
description = "free, open source web browser";
homepage = http://www.netsurf-browser.org;
license = ["GPLv2" /* visual worrk : */ "MIT" ];
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
broken = true; # libnsbmp-0.0.1 is broken
};
}