Fix evaluation error

svn path=/nixpkgs/trunk/; revision=23103
This commit is contained in:
Yury G. Kudryashov 2010-08-11 08:20:23 +00:00
parent 7cecdce413
commit a4829861ec
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
postInstall = ''
${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;