* Disable some failing builds on specific platforms.
svn path=/nixpkgs/trunk/; revision=34033
This commit is contained in:
parent
40274ca75c
commit
bf2d945a02
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
||||
circles and conics.
|
||||
'';
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
}
|
||||
|
@ -36,6 +36,6 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "SDL image library";
|
||||
homepage = http://www.libsdl.org/projects/SDL_image/;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
||||
license = "LGPLv2+";
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ with (import ./release-lib.nix);
|
||||
fuse = linux;
|
||||
gajim = linux;
|
||||
gawk = all;
|
||||
gcc = all;
|
||||
gcc = linux;
|
||||
gcc33 = linux;
|
||||
gcc34 = linux;
|
||||
gcc41 = linux;
|
||||
@ -183,7 +183,7 @@ with (import ./release-lib.nix);
|
||||
man = linux;
|
||||
manpages = linux;
|
||||
maxima = linux;
|
||||
mc = all;
|
||||
mc = linux;
|
||||
mcabber = linux;
|
||||
mcron = linux;
|
||||
mdadm = linux;
|
||||
@ -241,12 +241,12 @@ with (import ./release-lib.nix);
|
||||
ppl = all;
|
||||
procps = linux;
|
||||
pwdutils = linux;
|
||||
pthreadmanpages = all;
|
||||
pthreadmanpages = linux;
|
||||
pygtk = linux;
|
||||
pyqt4 = linux;
|
||||
python = allBut "i686-cygwin";
|
||||
pythonFull = linux;
|
||||
sbcl = all;
|
||||
sbcl = linux;
|
||||
qt3 = linux;
|
||||
quake3demo = linux;
|
||||
readline = all;
|
||||
@ -257,7 +257,7 @@ with (import ./release-lib.nix);
|
||||
rsync = linux;
|
||||
rubber = allBut "i686-cygwin";
|
||||
ruby = all;
|
||||
rxvt_unicode = all;
|
||||
rxvt_unicode = linux;
|
||||
samba = linux;
|
||||
screen = linux ++ darwin;
|
||||
scrot = linux;
|
||||
@ -267,7 +267,7 @@ with (import ./release-lib.nix);
|
||||
sharutils = all;
|
||||
slim = linux;
|
||||
sloccount = allBut "i686-cygwin";
|
||||
smartmontools = all;
|
||||
smartmontools = linux;
|
||||
socat = linux;
|
||||
spidermonkey = linux;
|
||||
splashutils = linux;
|
||||
@ -410,23 +410,13 @@ with (import ./release-lib.nix);
|
||||
*/
|
||||
|
||||
strategoPackages = {
|
||||
sdf = all;
|
||||
strategoxt = all;
|
||||
javafront = all;
|
||||
sdf = linux;
|
||||
strategoxt = linux;
|
||||
javafront = linux;
|
||||
strategoShell = linux ++ darwin;
|
||||
dryad = linux;
|
||||
};
|
||||
|
||||
strategoPackages018 = {
|
||||
sdfStatic = all;
|
||||
sdf = all;
|
||||
strategoxt = all;
|
||||
javafront = all;
|
||||
aspectjfront = all;
|
||||
strategoShell = all;
|
||||
dryad = linux;
|
||||
};
|
||||
|
||||
pythonPackages = {
|
||||
zfec = linux;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user