Merge pull request #302151 from Yarny0/foomatic-db-engine-update

foomatic-db-engine: unstable-2024-02-10 -> unstable-2024-04-05
This commit is contained in:
Peder Bergebakken Sundt 2024-04-14 00:44:22 +02:00 committed by GitHub
commit 20d55e8b9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,8 +24,8 @@ perlPackages.buildPerlPackage rec {
# but it gets deleted quickly and would provoke 404 errors # but it gets deleted quickly and would provoke 404 errors
owner = "OpenPrinting"; owner = "OpenPrinting";
repo = "foomatic-db-engine"; repo = "foomatic-db-engine";
rev = "fa91bdfd87da9005591ac2ef2c9c7b8ecdd19511"; rev = "a2b12271e145fe3fd34c3560d276a57e928296cb";
hash = "sha256-Ufy9BtYMD7sUUVfraTmO5e8+nZ4C4up5a5GXeGTtejg="; hash = "sha256-qM12qtGotf9C0cjO9IkmzlW9GWCkT2Um+6dU3mZm3DU=";
}; };
outputs = [ "out" ]; outputs = [ "out" ];
@ -37,9 +37,10 @@ perlPackages.buildPerlPackage rec {
]; ];
buildInputs = buildInputs =
[ curl ]
# provide some "cups-*" commands to `foomatic-{configure,printjob}` # provide some "cups-*" commands to `foomatic-{configure,printjob}`
# so that they can manage a local cups server (add queues, add jobs...) # so that they can manage a local cups server (add queues, add jobs...)
lib.optionals withCupsAccess [ cups cups-filters curl ] ++ lib.optionals withCupsAccess [ cups cups-filters ]
# the commands `foomatic-{configure,getpjloptions}` need # the commands `foomatic-{configure,getpjloptions}` need
# netcat if they are used to query or alter a network # netcat if they are used to query or alter a network
# printer via AppSocket/HP JetDirect protocol # printer via AppSocket/HP JetDirect protocol