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
commit 3b7a20b5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"