Some more jobs for hydra
svn path=/nixpkgs/trunk/; revision=14529
This commit is contained in:
parent
f624a70ee7
commit
9e690c6c3a
1 changed files with 26 additions and 2 deletions
|
@ -30,18 +30,44 @@ in {
|
|||
apacheHttpd = linux;
|
||||
autoconf = all;
|
||||
bash = all;
|
||||
bazaar = all;
|
||||
boost = all;
|
||||
eprover = linux;
|
||||
firefox3 = linux;
|
||||
gcc = all;
|
||||
gdb = all;
|
||||
git = all;
|
||||
gnuplot = all;
|
||||
gnuplotX = linux;
|
||||
graphviz = all;
|
||||
hello = all;
|
||||
libsmbios = linux;
|
||||
libtool = all;
|
||||
maxima = all;
|
||||
mercurial = all;
|
||||
monotone = all;
|
||||
mysql = all;
|
||||
octave = all;
|
||||
openoffice = linux;
|
||||
pan = linux;
|
||||
perl = all;
|
||||
pltScheme = linux;
|
||||
postgresql = all;
|
||||
python = all;
|
||||
ruby = all;
|
||||
qt3 = all;
|
||||
qt4 = all;
|
||||
subversion = linux;
|
||||
thunderbird = linux;
|
||||
vimHugeX = all;
|
||||
vlc = linux;
|
||||
webkit = all;
|
||||
wine = ["i686-linux"];
|
||||
|
||||
gtkLibs = {
|
||||
gtk = linux;
|
||||
};
|
||||
|
||||
kde42 = {
|
||||
kdeadmin = linux;
|
||||
kdeartwork = linux;
|
||||
|
@ -76,6 +102,4 @@ in {
|
|||
libX11 = linux;
|
||||
};
|
||||
|
||||
openoffice = linux;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue