1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 07:48:58 +00:00

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

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;