python311Packages.pyqt6: fix build with qt 6.6 by setting -fpermissive
This commit is contained in:
parent
4bb402ac96
commit
48e8528413
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ buildPythonPackage rec {
|
|||
++ lib.optional withLocation "PyQt6.QtPositioning"
|
||||
;
|
||||
|
||||
# fix build with qt 6.6
|
||||
env.NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python bindings for Qt6";
|
||||
homepage = "https://riverbankcomputing.com/";
|
||||
|
|
Loading…
Reference in a new issue