forked from mirrors/nixpkgs
qt-4.7: add symlink for kde-4.5
svn path=/nixpkgs/trunk/; revision=23100
This commit is contained in:
parent
78565c5b5f
commit
7cecdce413
|
@ -97,7 +97,9 @@ stdenv.mkDerivation rec {
|
||||||
sed -e 's@/usr@/FOO@' -i config.tests/*/*.test -i mkspecs/*/*.conf
|
sed -e 's@/usr@/FOO@' -i config.tests/*/*.test -i mkspecs/*/*.conf
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = if useDocs then "rm -rf $out/share/doc/${name}/{html,src}" else "";
|
postInstall = ''
|
||||||
|
${if useDocs then "rm -rfv $out/share/doc/${name}/{html,src}" else ""}
|
||||||
|
ln -sv phonon $out/include/Phonon''
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue