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

@ -114,5 +114,6 @@ stdenv.mkDerivation {
passthru = {
inherit gtk version;
isFirefox3Like = true;
broken = true;
};
}

View file

@ -21,5 +21,6 @@ stdenv.mkDerivation {
license = "ZLIB/LIBPNG"; # see README.
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
broken = true;
};
}

View file

@ -16,5 +16,6 @@ stdenv.mkDerivation {
license = "MIT";
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
broken = true;
};
}

View file

@ -16,5 +16,6 @@ stdenv.mkDerivation {
license = "MIT";
maintainers = [args.lib.maintainers.marcweber];
platforms = args.lib.platforms.linux;
broken = true;
};
}

View file

@ -44,5 +44,7 @@ stdenv.mkDerivation {
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
broken = true;
};
}

View file

@ -102,6 +102,7 @@ rec {
];
platforms = with a.lib.platforms;
linux ;
broken = true;
};
}) x

View file

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

View file

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

View file

@ -108,5 +108,7 @@ stdenv.mkDerivation rec {
# Restrict to GNU systems for now.
platforms = stdenv.lib.platforms.gnu;
broken = true;
};
}

View file

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

View file

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

View file

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

View file

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

View file

@ -45,6 +45,7 @@ rec {
];
platforms = with a.lib.platforms;
linux;
broken = true;
};
passthru = {
updateInfo = {

View file

@ -69,5 +69,6 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}

View file

@ -46,6 +46,7 @@ rec {
platforms = with a.lib.platforms;
linux;
license = "free-noncopyleft";
broken = true;
};
passthru = {
updateInfo = {

View file

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

View file

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

View file

@ -46,6 +46,7 @@ rec {
];
platforms = with a.lib.platforms;
linux;
broken = true;
};
passthru = {
updateInfo = {

View file

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

View file

@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.bjg ];
platforms = stdenv.lib.platforms.all;
broken = true;
};
}

View file

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

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