1
0
Fork 0
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:
Thomas Tuegel 2021-01-12 05:50:23 -06:00
parent 67b7cffaec
commit 5590e365e4
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59
109 changed files with 225 additions and 8 deletions

View file

@ -45,6 +45,8 @@ in buildPythonPackage rec {
propagatedBuildInputs = [ pyqt5 ]
++ lib.optional (!isPy3k) enum34;
dontWrapQtApps = true;
configurePhase = ''
runHook preConfigure