mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Added krusader to the build farm
svn path=/nixpkgs/trunk/; revision=14996
This commit is contained in:
parent
3f01bd4b06
commit
c6553fcd3d
@ -7212,9 +7212,9 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Broken build, still. The install step fails, and I never tried to run that compiled.
|
# Broken build, still. The install step fails, and I never tried to run that compiled.
|
||||||
virtualbox = import ../applications/virtualization/virtualbox/2.1.2.nix {
|
virtualbox = import ../applications/virtualization/virtualbox/2.2.0.nix {
|
||||||
inherit stdenv fetchurl iasl dev86 libxslt libxml2 qt3 qt4 SDL hal
|
inherit stdenv fetchurl iasl dev86 libxslt libxml2 qt3 qt4 SDL hal
|
||||||
libcap libpng zlib kernel;
|
libcap libpng zlib kernel python;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
inherit (xlibs) xproto libX11 libXext libXcursor;
|
inherit (xlibs) xproto libX11 libXext libXcursor;
|
||||||
inherit (gnome) libIDL;
|
inherit (gnome) libIDL;
|
||||||
|
@ -351,6 +351,7 @@ in {
|
|||||||
kdewebdev = linux;
|
kdewebdev = linux;
|
||||||
ktorrent = linux;
|
ktorrent = linux;
|
||||||
kdesvn = linux;
|
kdesvn = linux;
|
||||||
|
krusader = linux;
|
||||||
};
|
};
|
||||||
|
|
||||||
kernelPackages_2_6_26 = {
|
kernelPackages_2_6_26 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user