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;
|
url = mirror://kde/stable/4.2.4/src/kdewebdev-4.2.4.tar.bz2;
|
||||||
sha1 = "9e3667c994793232177a70ff0b6fb2caa252757f";
|
sha1 = "9e3667c994793232177a70ff0b6fb2caa252757f";
|
||||||
};
|
};
|
||||||
includeAllQtLibs=true;
|
includeAllQtDirs=true;
|
||||||
CMAKE_PREFIX_PATH=kdepimlibs;
|
CMAKE_PREFIX_PATH=kdepimlibs;
|
||||||
buildInputs = [ cmake qt4 perl libxml2 libxslt boost kdelibs kdepimlibs automoc4 phonon ];
|
buildInputs = [ cmake qt4 perl libxml2 libxslt boost kdelibs kdepimlibs automoc4 phonon ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user