Mark more packages as broken
This commit is contained in:
@@ -69,6 +69,7 @@ rec {
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = a.lib.licenses.bsd3;
|
||||
broken = true;
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
||||
license = "LGPL";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user