qt5: Fix qt5X.full

Use dev outputs explicitly since they aren't the first output since the
recent changes.
This commit is contained in:
Tuomas Tynkkynen 2016-09-06 22:28:33 +03:00
parent 2ae5fb2723
commit c5e9049ac3

View file

@ -1,6 +1,6 @@
{ runCommand, lndir, qtbase }: name: paths:
{ lib, runCommand, lndir, qtbase }: name: paths:
runCommand name { inherit paths qtbase; } ''
runCommand name { qtbase = qtbase.dev; paths = lib.chooseDevOutputs paths; } ''
mkdir -p "$out/bin" "$out/mkspecs" "$out/include" "$out/lib" "$out/share"