qt5: build env and full per version

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:38 -06:00
parent 7450865827
commit f250a6e64e
4 changed files with 20 additions and 10 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
{ runCommand, lndir }:
{ runCommand, lndir, qtbase }: name: paths:
{ paths, qtbase }:
runCommand "qt-env" { inherit paths qtbase; } ''
runCommand name { inherit paths qtbase; } ''
mkdir -p "$out/bin" "$out/mkspecs" "$out/include" "$out/lib" "$out/share"