forked from mirrors/nixpkgs
Mark more packages as broken
This commit is contained in:
parent
a5827b18a1
commit
a0e21fd1ca
|
@ -114,5 +114,6 @@ stdenv.mkDerivation {
|
|||
passthru = {
|
||||
inherit gtk version;
|
||||
isFirefox3Like = true;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,5 +21,6 @@ stdenv.mkDerivation {
|
|||
license = "ZLIB/LIBPNG"; # see README.
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
platforms = args.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,5 +16,6 @@ stdenv.mkDerivation {
|
|||
license = "MIT";
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
platforms = args.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,5 +16,6 @@ stdenv.mkDerivation {
|
|||
license = "MIT";
|
||||
maintainers = [args.lib.maintainers.marcweber];
|
||||
platforms = args.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,5 +44,7 @@ stdenv.mkDerivation {
|
|||
|
||||
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -102,6 +102,7 @@ rec {
|
|||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux ;
|
||||
broken = true;
|
||||
};
|
||||
}) x
|
||||
|
||||
|
|
|
@ -60,5 +60,6 @@ stdenv.mkDerivation rec {
|
|||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [qknight];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Add-on for the OGRE, aimed to render atmospheric effects";
|
||||
homepage = http://code.google.com/p/caelum/;
|
||||
license = "LGPLv2.1+";
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -108,5 +108,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Restrict to GNU systems for now.
|
||||
platforms = stdenv.lib.platforms.gnu;
|
||||
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
license = "LGPLv2.1+";
|
||||
maintainers = [ stdenv.lib.maintainers.viric ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,5 +18,6 @@ stdenv.mkDerivation {
|
|||
license = "BSD";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
|
|||
license = "nonfree";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
|
|||
license = "BSD";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,6 +45,7 @@ rec {
|
|||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
broken = true;
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
|
|
@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -46,6 +46,7 @@ rec {
|
|||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = "free-noncopyleft";
|
||||
broken = true;
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
|
|
@ -13,11 +13,12 @@ stdenv.mkDerivation {
|
|||
sed -i -e "s|char \* p = strrchr|const char * p = strrchr|g" src/Util.cpp
|
||||
'';
|
||||
buildInputs = [ zlib libpng SDL ] ++ stdenv.lib.optional (stdenv.system == "i686-linux") nasm;
|
||||
|
||||
|
||||
meta = {
|
||||
description = "A Game Boy/Game Boy Color/Game Boy Advance Emulator";
|
||||
license = "GPLv2+";
|
||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||
homepage = http://vba.ngemu.com;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://dev.gentoo.org/~spock/projects/uvesafb/;
|
||||
license = "BSD";
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ rec {
|
|||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
broken = true;
|
||||
};
|
||||
passthru = {
|
||||
updateInfo = {
|
||||
|
|
|
@ -40,8 +40,7 @@ stdenv.mkDerivation {
|
|||
homepage = http://www.openafs.org;
|
||||
license = stdenv.lib.licenses.ipl10;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [
|
||||
z77z
|
||||
];
|
||||
maintainers = stdenv.lib.maintainers.z77z;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = [ stdenv.lib.maintainers.bjg ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ xextproto, xf86driproto, xorgserver, xproto, libXvMC, glproto, mesa, automake,
|
|||
autoconf, libtool, libXext, utilmacros, pixman}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xf86-video-unichrome-git";
|
||||
name = "xf86-video-unichrome";
|
||||
src = fetchgit {
|
||||
url = "git://people.freedesktop.org/~libv/xf86-video-unichrome";
|
||||
md5 = "6e5e0f8ee204af2385a02e502d1ca8f1";
|
||||
|
@ -27,5 +27,6 @@ stdenv.mkDerivation {
|
|||
license = "free";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue