Loading pkgs/development/python-modules/pyqt/6.x.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ #, withLocation ? true # Not currently part of PyQt6 #, withConnectivity ? true , withPrintSupport ? true , cups }: buildPythonPackage rec { Loading Loading @@ -102,6 +104,10 @@ buildPythonPackage rec { dbus-python pyqt6-sip setuptools ] # ld: library not found for -lcups ++ lib.optionals (withPrintSupport && stdenv.isDarwin) [ cups ]; passthru = { Loading Loading
pkgs/development/python-modules/pyqt/6.x.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ #, withLocation ? true # Not currently part of PyQt6 #, withConnectivity ? true , withPrintSupport ? true , cups }: buildPythonPackage rec { Loading Loading @@ -102,6 +104,10 @@ buildPythonPackage rec { dbus-python pyqt6-sip setuptools ] # ld: library not found for -lcups ++ lib.optionals (withPrintSupport && stdenv.isDarwin) [ cups ]; passthru = { Loading