Made kde-4.2 packages work, adding the proper derivation attribute to get all qt...
[nixpkgs-libre.git] / pkgs / desktops / kde-4.2 / base-runtime / default.nix
blob884353f9f2a2641f8956ed0b65ba8f7d27811209
1 {stdenv, fetchurl, cmake, perl, bzip2, qt4, alsaLib, xineLib, samba, kdelibs,
2  automoc4, phonon, strigi, soprano, cluceneCore}:
4 stdenv.mkDerivation {
5   name = "kdebase-runtime-4.2.3";
6   src = fetchurl {
7     url = mirror://kde/stable/4.2.3/src/kdebase-runtime-4.2.3.tar.bz2;
8     sha1 = "f3adc26e6b313a14af1e4208bc539017c8dcccd7";
9   };
10 /*  CLUCENE_HOME=cluceneCore;*/
11   includeAllQtDirs=true;
12   buildInputs = [ cmake perl bzip2 qt4 alsaLib xineLib samba stdenv.gcc.libc kdelibs
13                   automoc4 phonon strigi soprano cluceneCore ];