qt5.qttools: install macdeployqt on darwin
This commit is contained in:
parent
13acbeae0b
commit
fb349c84e2
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user