Some more jobs...

svn path=/nixpkgs/trunk/; revision=14550
This commit is contained in:
Michael Raskin 2009-03-16 10:19:38 +00:00
parent 46f7027688
commit 3c7430198b

View File

@ -34,7 +34,7 @@ in {
avahi = allBut "i686-cygwin"; # Cygwin builds fail avahi = allBut "i686-cygwin"; # Cygwin builds fail
bash = all; bash = all;
bazaar = all; bazaar = all;
bitlbee = all; bitlbee = linux;
boost = all; boost = all;
cdrkit = linux; cdrkit = linux;
cedet = all; cedet = all;
@ -58,28 +58,35 @@ in {
hello = all; hello = all;
icecat3Xul = [ "i686-linux" ]; icecat3Xul = [ "i686-linux" ];
idutils = all; idutils = all;
imagemagick = all;
inetutils = linux; inetutils = linux;
inkscape = linux;
jnettop = linux; jnettop = linux;
kernel_2_6_28 = linux;
libsmbios = linux; libsmbios = linux;
libtool = all; libtool = all;
lsh = linux; lsh = linux;
manpages = all; manpages = all;
maxima = all; maxima = all;
mercurial = all; mercurial = all;
mesa = linux;
monotone = all; monotone = all;
mysql = all; mysql = all;
nano = all; nano = all;
nssmdns = linux; nssmdns = linux;
ntfs3g = linux;
octave = all; octave = all;
openoffice = linux; openoffice = linux;
openssh = all; openssh = all;
pan = linux; pan = linux;
perl = all; perl = all;
pidgin = all;
pltScheme = linux; pltScheme = linux;
pmccabe = all; pmccabe = all;
portmap = linux; portmap = linux;
postgresql = all; postgresql = all;
python = all; python = all;
pythonFull = linux;
ruby = all; ruby = all;
qt3 = all; qt3 = all;
qt4 = all; qt4 = all;
@ -134,6 +141,7 @@ in {
xorg = { xorg = {
libX11 = linux; libX11 = linux;
xorgserver = linux;
}; };
} }