Mark more packages as broken

This commit is contained in:
Eelco Dolstra
2013-11-04 21:07:57 +01:00
parent a5827b18a1
commit a0e21fd1ca
27 changed files with 33 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ rec {
platforms = with a.lib.platforms;
linux;
license = a.lib.licenses.bsd3;
broken = true;
};
passthru = {
updateInfo = {

View File

@@ -72,5 +72,6 @@ stdenv.mkDerivation {
license = "w3c"; # http://www.w3.org/Consortium/Legal/
maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View File

@@ -12,4 +12,5 @@ import ../../../development/perl-modules/generic perl {
perlPackages.DateManip perlPackages.HTMLTree perlPackages.HTMLParser
perlPackages.HTMLTagset perlPackages.URI perlPackages.LWP
];
meta.broken = true;
}

View File

@@ -19,11 +19,9 @@ stdenv.mkDerivation rec {
meta = {
description = "Traffic analysis with NetFlow and sFlow support";
license = "GLPv3+";
homepage = http://www.ntop.org/products/ntop/;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View File

@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
license = "LGPL";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}