qt5.qttools: install macdeployqt on darwin

+3 -1
+3 -1
pkgs/development/libraries/qt-5/modules/qttools.nix
··· 1 - { qtModule, lib, qtbase }: 1 + { qtModule, stdenv, lib, qtbase }: 2 2 3 3 with lib; 4 4 ··· 28 28 "bin/qhelpgenerator" 29 29 "bin/qtplugininfo" 30 30 "bin/qthelpconverter" 31 + ] ++ optionals stdenv.isDarwin [ 32 + "bin/macdeployqt" 31 33 ]; 32 34 33 35 setupHook = ../hooks/qttools-setup-hook.sh;