qtbase: Make some output references more explicit

This commit is contained in:
Tuomas Tynkkynen
2017-09-27 03:10:16 +03:00
committed by Tuomas Tynkkynen
parent fd29f6685f
commit c384ad46b8
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
installFlags = [ "INSTALL_ROOT=$(out)" ] ++ optional withDocumentation "install_docs";
preBuild = optional withDocumentation ''
ln -s ${qtbase}/$qtDocPrefix $NIX_QT5_TMP/share
ln -s ${getLib qtbase}/$qtDocPrefix $NIX_QT5_TMP/share
'';
postInstall = ''