Unverified Commit 9ef0f90c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #226217 from wegank/pyqt6-webengine-darwin

python310Packages.pyqt6: build QtPrintSupport bindings on darwin
parents e0c22ecf 27135d54
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#, withLocation ? true
# Not currently part of PyQt6
#, withConnectivity ? true
, withPrintSupport ? true
, cups
}:

buildPythonPackage rec {
@@ -102,6 +104,10 @@ buildPythonPackage rec {
    dbus-python
    pyqt6-sip
    setuptools
  ]
  # ld: library not found for -lcups
  ++ lib.optionals (withPrintSupport && stdenv.isDarwin) [
    cups
  ];

  passthru = {