Some packages fail on hydra and are better off being fixed one-after-one.

svn path=/nixpkgs/trunk/; revision=14572
This commit is contained in:
Michael Raskin 2009-03-17 12:29:34 +00:00
parent 6a07017f9e
commit 3a59128510

View File

@ -33,11 +33,11 @@ in {
autoconf = all; autoconf = all;
avahi = allBut "i686-cygwin"; # Cygwin builds fail avahi = allBut "i686-cygwin"; # Cygwin builds fail
bash = all; bash = all;
bazaar = all; bazaar = linux; # first let sqlite3 work on darwin
bitlbee = linux; bitlbee = linux;
boost = all; boost = all;
cdrkit = linux; cdrkit = linux;
cedet = all; cedet = linux;
emacs22 = all; emacs22 = all;
emacsUnicode = all; emacsUnicode = all;
emms = linux; emms = linux;
@ -46,19 +46,19 @@ in {
firefox3 = linux; firefox3 = linux;
gcc = all; gcc = all;
gdb = all; gdb = all;
ghostscript = all; ghostscript = linux;
ghostscriptX = all; ghostscriptX = linux;
git = linux; git = linux;
gnuplot = all; gnuplot = allBut "i686-cygwin";
gnuplotX = linux; gnuplotX = linux;
gnutls = all; gnutls = linux;
graphviz = all; graphviz = all;
guile = linux; # tests fail on Cygwin guile = linux; # tests fail on Cygwin
guileLib = linux; guileLib = linux;
hello = all; hello = all;
icecat3Xul = [ "i686-linux" ]; icecat3Xul = [ "i686-linux" ];
idutils = all; idutils = all;
imagemagick = all; imagemagick = allBut "i686-cygwin";
inetutils = linux; inetutils = linux;
inkscape = linux; inkscape = linux;
jnettop = linux; jnettop = linux;
@ -68,41 +68,42 @@ in {
lout = linux; lout = linux;
lsh = linux; lsh = linux;
manpages = all; manpages = all;
maxima = all; maxima = linux;
mercurial = all; mercurial = allBut "i686-cygwin";
mesa = linux; mesa = linux;
monotone = all; monotone = linux;
mysql = all; mysql = linux;
nano = all; nano = allBut "i686-cygwin";
nssmdns = linux; nssmdns = linux;
ntfs3g = linux; ntfs3g = linux;
octave = linux; octave = linux;
openoffice = linux; openoffice = linux;
openssh = all; openssh = linux;
pan = linux; pan = linux;
perl = all; perl = all;
pidgin = linux; pidgin = linux;
pltScheme = linux; pltScheme = linux;
pmccabe = all; pmccabe = linux;
portmap = linux; portmap = linux;
postgresql = all; postgresql = all;
python = all; python = allBut "i686-cygwin";
pythonFull = linux; pythonFull = linux;
rubber = all; rubber = allBut "i686-cygwin";
ruby = all; ruby = all;
qt3 = all; qt3 = allBut "i686-cygwin";
qt4 = linux; qt4 = linux;
rsync = all; rsync = linux;
sloccount = all; sloccount = allBut "i686-cygwin";
sqlite3 = allBut "i686-cygwin";
strace = linux; strace = linux;
subversion = linux; subversion = linux;
tcpdump = linux; tcpdump = linux;
texinfo = all; texinfo = all;
texLive = linux; texLive = linux;
thunderbird = linux; thunderbird = linux;
vimHugeX = all; vimHugeX = linux;
vlc = linux; vlc = linux;
webkit = all; webkit = linux;
wine = ["i686-linux"]; wine = ["i686-linux"];
wirelesstools = linux; wirelesstools = linux;
xlockmore = linux; xlockmore = linux;
@ -134,7 +135,7 @@ in {
}; };
kernelPackages_2_6_27 = { kernelPackages_2_6_27 = {
aufs = linux; # aufs = linux; # kernel seems to be too old for that package
kernel = linux; kernel = linux;
}; };