Merge pull request #325682 from jchw-forks/fix/hplip

hplip: fix

authored by

Leona Maroni and committed by
GitHub
aab7c21b bf99590f

+4 -4
+4 -4
pkgs/misc/drivers/hplip/default.nix
··· 1 1 { lib, stdenv, fetchurl, substituteAll 2 2 , pkg-config, autoreconfHook 3 - , cups, zlib, libjpeg, libusb1, python3Packages, sane-backends 3 + , cups, zlib, libjpeg, libusb1, python311Packages, sane-backends 4 4 , dbus, file, ghostscript, usbutils 5 5 , net-snmp, openssl, perl, nettools, avahi 6 6 , bash, util-linux ··· 49 49 assert withPlugin -> builtins.elem hplipArch pluginArches 50 50 || throw "HPLIP plugin not supported on ${stdenv.hostPlatform.system}"; 51 51 52 - python3Packages.buildPythonApplication { 52 + python311Packages.buildPythonApplication { 53 53 inherit pname version src; 54 54 format = "other"; 55 55 ··· 76 76 autoreconfHook 77 77 ] ++ lib.optional withQt5 qt5.wrapQtAppsHook; 78 78 79 - pythonPath = with python3Packages; [ 79 + pythonPath = with python311Packages; [ 80 80 dbus 81 81 pillow 82 82 pygobject3 ··· 272 272 273 273 # There are some binaries there, which reference gcc-unwrapped otherwise. 274 274 stripDebugList = [ 275 - "share/hplip" "lib/cups/backend" "lib/cups/filter" python3Packages.python.sitePackages "lib/sane" 275 + "share/hplip" "lib/cups/backend" "lib/cups/filter" python311Packages.python.sitePackages "lib/sane" 276 276 ]; 277 277 278 278 meta = with lib; {