···24 # but it gets deleted quickly and would provoke 404 errors
25 owner = "OpenPrinting";
26 repo = "foomatic-db-engine";
27- rev = "fa91bdfd87da9005591ac2ef2c9c7b8ecdd19511";
28- hash = "sha256-Ufy9BtYMD7sUUVfraTmO5e8+nZ4C4up5a5GXeGTtejg=";
29 };
3031 outputs = [ "out" ];
···37 ];
3839 buildInputs =
040 # provide some "cups-*" commands to `foomatic-{configure,printjob}`
41 # so that they can manage a local cups server (add queues, add jobs...)
42- lib.optionals withCupsAccess [ cups cups-filters curl ]
43 # the commands `foomatic-{configure,getpjloptions}` need
44 # netcat if they are used to query or alter a network
45 # printer via AppSocket/HP JetDirect protocol
···24 # but it gets deleted quickly and would provoke 404 errors
25 owner = "OpenPrinting";
26 repo = "foomatic-db-engine";
27+ rev = "a2b12271e145fe3fd34c3560d276a57e928296cb";
28+ hash = "sha256-qM12qtGotf9C0cjO9IkmzlW9GWCkT2Um+6dU3mZm3DU=";
29 };
3031 outputs = [ "out" ];
···37 ];
3839 buildInputs =
40+ [ curl ]
41 # provide some "cups-*" commands to `foomatic-{configure,printjob}`
42 # so that they can manage a local cups server (add queues, add jobs...)
43+ ++ lib.optionals withCupsAccess [ cups cups-filters ]
44 # the commands `foomatic-{configure,getpjloptions}` need
45 # netcat if they are used to query or alter a network
46 # printer via AppSocket/HP JetDirect protocol