Skip to content

Commit fb349c8

Browse files
committedDec 20, 2017
qt5.qttools: install macdeployqt on darwin
1 parent 13acbea commit fb349c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/development/libraries/qt-5/modules/qttools.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ qtModule, lib, qtbase }:
1+
{ qtModule, stdenv, lib, qtbase }:
22

33
with lib;
44

@@ -28,6 +28,8 @@ qtModule {
2828
"bin/qhelpgenerator"
2929
"bin/qtplugininfo"
3030
"bin/qthelpconverter"
31+
] ++ optionals stdenv.isDarwin [
32+
"bin/macdeployqt"
3133
];
3234

3335
setupHook = ../hooks/qttools-setup-hook.sh;

0 commit comments

Comments
 (0)
Please sign in to comment.