Merge pull request #117403 from dcbaker/qt5full-include-out

qt5: Include the "out" derivation as well as the "dev" in qt5.full
This commit is contained in:
Thomas Tuegel
2021-03-24 16:08:50 -05:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ buildEnv {
paths = [ qtbase ] ++ paths;
pathsToLink = [ "/bin" "/mkspecs" "/include" "/lib" "/share" ];
extraOutputsToInstall = [ "dev" ];
extraOutputsToInstall = [ "out" "dev" ];
postBuild = ''
rm "$out/bin/qmake"