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 = ''
|
||||
${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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue