mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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;
|
||||
|
||||
@ -28,6 +28,8 @@ qtModule {
|
||||
"bin/qhelpgenerator"
|
||||
"bin/qtplugininfo"
|
||||
"bin/qthelpconverter"
|
||||
] ++ optionals stdenv.isDarwin [
|
||||
"bin/macdeployqt"
|
||||
];
|
||||
|
||||
setupHook = ../hooks/qttools-setup-hook.sh;
|
||||
|
Loading…
Reference in New Issue
Block a user