Fix package refs

main
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
1 changed files with 1 additions and 1 deletions

View File

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