Skip to content

Commit

Permalink
qt5.qttools: install macdeployqt on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 20, 2017
1 parent 13acbea commit fb349c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/libraries/qt-5/modules/qttools.nix
@@ -1,4 +1,4 @@
{ qtModule, lib, qtbase }:
{ qtModule, stdenv, lib, qtbase }:

with lib;

Expand Down Expand Up @@ -28,6 +28,8 @@ qtModule {
"bin/qhelpgenerator"
"bin/qtplugininfo"
"bin/qthelpconverter"
] ++ optionals stdenv.isDarwin [
"bin/macdeployqt"
];

setupHook = ../hooks/qttools-setup-hook.sh;
Expand Down

0 comments on commit fb349c8

Please sign in to comment.