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:
commit
3b7a20b5fc
@ -5,7 +5,7 @@ buildEnv {
|
||||
paths = [ qtbase ] ++ paths;
|
||||
|
||||
pathsToLink = [ "/bin" "/mkspecs" "/include" "/lib" "/share" ];
|
||||
extraOutputsToInstall = [ "dev" ];
|
||||
extraOutputsToInstall = [ "out" "dev" ];
|
||||
|
||||
postBuild = ''
|
||||
rm "$out/bin/qmake"
|
||||
|
Loading…
Reference in New Issue
Block a user