Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.qpageview: remove references to python3Packages

+5 -3
+5 -3
pkgs/development/python-modules/qpageview/default.nix
··· 2 lib, 3 fetchFromGitHub, 4 buildPythonPackage, 5 - python3Packages, 6 pythonOlder, 7 }: 8 9 - python3Packages.buildPythonPackage rec { 10 pname = "qpageview"; 11 version = "0.6.2"; 12 format = "setuptools"; ··· 20 hash = "sha256-XFMTOD7ums8sbFHUViEI9q6/rCjUmEtXAdd3/OmLsHU="; 21 }; 22 23 - propagatedBuildInputs = with python3Packages; [ 24 pyqt5 25 poppler-qt5 26 pycups
··· 2 lib, 3 fetchFromGitHub, 4 buildPythonPackage, 5 pythonOlder, 6 + pyqt5, 7 + poppler-qt5, 8 + pycups, 9 }: 10 11 + buildPythonPackage rec { 12 pname = "qpageview"; 13 version = "0.6.2"; 14 format = "setuptools"; ··· 22 hash = "sha256-XFMTOD7ums8sbFHUViEI9q6/rCjUmEtXAdd3/OmLsHU="; 23 }; 24 25 + propagatedBuildInputs = [ 26 pyqt5 27 poppler-qt5 28 pycups