mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-27 19:46:40 +03:00
qtbase: Check for wrapQtAppsHook in setupHook
This commit is contained in:
parent
67b7cffaec
commit
5590e365e4
109 changed files with 225 additions and 8 deletions
|
@ -45,6 +45,8 @@ in buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ pyqt5 ]
|
||||
++ lib.optional (!isPy3k) enum34;
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue