forked from mirrors/nixpkgs
Added initial KDE 4.2 nix expression which build kdelibs
svn path=/nixpkgs/trunk/; revision=14043
This commit is contained in:
parent
29e33f4a12
commit
120bb8afe3
|
@ -8981,6 +8981,14 @@ let
|
|||
openexr = openexr_1_6_1 ;
|
||||
});
|
||||
|
||||
kde42 = import ../desktops/kde-4.2 {
|
||||
inherit stdenv fetchurl cmake jdk;
|
||||
inherit xlibs qt4 bzip2 libxml2 libxslt perl pcre exiv2 aspell;
|
||||
inherit pthread_stubs gst_all xineLib fam log4cxx cluceneCore;
|
||||
inherit redland avahi jasper shared_mime_info giflib;
|
||||
openexr = openexr_1_6_1;
|
||||
};
|
||||
|
||||
kdebase = import ../desktops/kde/kdebase {
|
||||
inherit
|
||||
fetchurl stdenv pkgconfig x11 xlibs zlib libpng libjpeg perl
|
||||
|
|
Loading…
Reference in a new issue