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