Skip to content

Commit

Permalink
Merge pull request #302151 from Yarny0/foomatic-db-engine-update
Browse files Browse the repository at this point in the history
foomatic-db-engine: unstable-2024-02-10 -> unstable-2024-04-05
  • Loading branch information
pbsds authored Apr 13, 2024
2 parents 311da28 + 08fd848 commit 20d55e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/misc/cups/drivers/foomatic-db-engine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ perlPackages.buildPerlPackage rec {
# but it gets deleted quickly and would provoke 404 errors
owner = "OpenPrinting";
repo = "foomatic-db-engine";
rev = "fa91bdfd87da9005591ac2ef2c9c7b8ecdd19511";
hash = "sha256-Ufy9BtYMD7sUUVfraTmO5e8+nZ4C4up5a5GXeGTtejg=";
rev = "a2b12271e145fe3fd34c3560d276a57e928296cb";
hash = "sha256-qM12qtGotf9C0cjO9IkmzlW9GWCkT2Um+6dU3mZm3DU=";
};

outputs = [ "out" ];
Expand All @@ -37,9 +37,10 @@ perlPackages.buildPerlPackage rec {
];

buildInputs =
[ curl ]
# provide some "cups-*" commands to `foomatic-{configure,printjob}`
# 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
# netcat if they are used to query or alter a network
# printer via AppSocket/HP JetDirect protocol
Expand Down

0 comments on commit 20d55e8

Please sign in to comment.