mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
pyqt5: Set dontWrapQtApps to fix build
This commit is contained in:
parent
b63e5e22c8
commit
12b238e4f2
1 changed files with 2 additions and 0 deletions
|
@ -993,6 +993,8 @@ self: super:
|
||||||
old: {
|
old: {
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
|
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
|
||||||
pkgs.pkg-config
|
pkgs.pkg-config
|
||||||
pkgs.qt5.qmake
|
pkgs.qt5.qmake
|
||||||
|
|
Loading…
Add table
Reference in a new issue