mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Fixed compilation of kdewebdev
svn path=/nixpkgs/trunk/; revision=15911
This commit is contained in:
parent
cee3ca1228
commit
43cc5950fa
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue