Fixed compilation of kdewebdev

svn path=/nixpkgs/trunk/; revision=15911
This commit is contained in:
Sander van der Burg 2009-06-09 15:04:57 +00:00
parent cee3ca1228
commit 43cc5950fa

View file

@ -7,7 +7,7 @@ stdenv.mkDerivation {
url = mirror://kde/stable/4.2.4/src/kdewebdev-4.2.4.tar.bz2;
sha1 = "9e3667c994793232177a70ff0b6fb2caa252757f";
};
includeAllQtLibs=true;
includeAllQtDirs=true;
CMAKE_PREFIX_PATH=kdepimlibs;
buildInputs = [ cmake qt4 perl libxml2 libxslt boost kdelibs kdepimlibs automoc4 phonon ];
}