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