qt5.qttools: install macdeployqt on darwin

This commit is contained in:
Orivej Desh 2017-12-20 06:06:35 +00:00
parent 13acbeae0b
commit fb349c84e2

View File

@ -1,4 +1,4 @@
{ qtModule, lib, qtbase }: { qtModule, stdenv, lib, qtbase }:
with lib; with lib;
@ -28,6 +28,8 @@ qtModule {
"bin/qhelpgenerator" "bin/qhelpgenerator"
"bin/qtplugininfo" "bin/qtplugininfo"
"bin/qthelpconverter" "bin/qthelpconverter"
] ++ optionals stdenv.isDarwin [
"bin/macdeployqt"
]; ];
setupHook = ../hooks/qttools-setup-hook.sh; setupHook = ../hooks/qttools-setup-hook.sh;