Fix package refs

This commit is contained in:
Benjamin Bädorf 2023-02-08 16:26:09 +01:00
parent dc9a774ccb
commit 215649dc32
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -12,7 +12,7 @@ final: prev:
lockfile = "./deno.lock";
config = "./deno.json";
buildInputs = [
buildInputs = with prev; [
sane-backends
python39Packages.img2pdf
];