Fix evaluation error
svn path=/nixpkgs/trunk/; revision=23103
This commit is contained in:
parent
7cecdce413
commit
a4829861ec
|
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
${if useDocs then "rm -rfv $out/share/doc/${name}/{html,src}" else ""}
|
${if useDocs then "rm -rfv $out/share/doc/${name}/{html,src}" else ""}
|
||||||
ln -sv phonon $out/include/Phonon''
|
ln -sv phonon $out/include/Phonon'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue