* Disable some failing builds on specific platforms.

svn path=/nixpkgs/trunk/; revision=34033
This commit is contained in:
Eelco Dolstra 2012-05-09 21:10:12 +00:00
parent 40274ca75c
commit bf2d945a02
4 changed files with 12 additions and 22 deletions

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation {
circles and conics. circles and conics.
''; '';
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];
}; };
} }

View File

@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "SDL image library"; description = "SDL image library";
homepage = http://www.libsdl.org/projects/SDL_image/; homepage = http://www.libsdl.org/projects/SDL_image/;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
license = "LGPLv2+"; license = "LGPLv2+";
maintainers = with stdenv.lib.maintainers; [ raskin urkud ]; maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -94,7 +94,7 @@ with (import ./release-lib.nix);
fuse = linux; fuse = linux;
gajim = linux; gajim = linux;
gawk = all; gawk = all;
gcc = all; gcc = linux;
gcc33 = linux; gcc33 = linux;
gcc34 = linux; gcc34 = linux;
gcc41 = linux; gcc41 = linux;
@ -183,7 +183,7 @@ with (import ./release-lib.nix);
man = linux; man = linux;
manpages = linux; manpages = linux;
maxima = linux; maxima = linux;
mc = all; mc = linux;
mcabber = linux; mcabber = linux;
mcron = linux; mcron = linux;
mdadm = linux; mdadm = linux;
@ -241,12 +241,12 @@ with (import ./release-lib.nix);
ppl = all; ppl = all;
procps = linux; procps = linux;
pwdutils = linux; pwdutils = linux;
pthreadmanpages = all; pthreadmanpages = linux;
pygtk = linux; pygtk = linux;
pyqt4 = linux; pyqt4 = linux;
python = allBut "i686-cygwin"; python = allBut "i686-cygwin";
pythonFull = linux; pythonFull = linux;
sbcl = all; sbcl = linux;
qt3 = linux; qt3 = linux;
quake3demo = linux; quake3demo = linux;
readline = all; readline = all;
@ -257,7 +257,7 @@ with (import ./release-lib.nix);
rsync = linux; rsync = linux;
rubber = allBut "i686-cygwin"; rubber = allBut "i686-cygwin";
ruby = all; ruby = all;
rxvt_unicode = all; rxvt_unicode = linux;
samba = linux; samba = linux;
screen = linux ++ darwin; screen = linux ++ darwin;
scrot = linux; scrot = linux;
@ -267,7 +267,7 @@ with (import ./release-lib.nix);
sharutils = all; sharutils = all;
slim = linux; slim = linux;
sloccount = allBut "i686-cygwin"; sloccount = allBut "i686-cygwin";
smartmontools = all; smartmontools = linux;
socat = linux; socat = linux;
spidermonkey = linux; spidermonkey = linux;
splashutils = linux; splashutils = linux;
@ -410,23 +410,13 @@ with (import ./release-lib.nix);
*/ */
strategoPackages = { strategoPackages = {
sdf = all; sdf = linux;
strategoxt = all; strategoxt = linux;
javafront = all; javafront = linux;
strategoShell = linux ++ darwin; strategoShell = linux ++ darwin;
dryad = linux; dryad = linux;
}; };
strategoPackages018 = {
sdfStatic = all;
sdf = all;
strategoxt = all;
javafront = all;
aspectjfront = all;
strategoShell = all;
dryad = linux;
};
pythonPackages = { pythonPackages = {
zfec = linux; zfec = linux;
}; };