qtbase: Make some output references more explicit
This commit is contained in:
committed by
Tuomas Tynkkynen
parent
fd29f6685f
commit
c384ad46b8
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user