diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-13 10:56:08 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-01-13 10:56:08 +0100 |
commit | 9561f15bea5add0e436fb8fc2bd83637eaf8814c (patch) | |
tree | 483e494ea065276acb05cb6bc7af5d2b3fa25761 /overlays | |
parent | 22a9eb3f483edf078f01ad3127886ea36c77a777 (diff) | |
download | nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar.gz nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar.bz2 nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.tar.xz nixos-9561f15bea5add0e436fb8fc2bd83637eaf8814c.zip |
bump
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/pdf-redact-tools.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/pdf-redact-tools.nix b/overlays/pdf-redact-tools.nix index 0f779a26..d7879787 100644 --- a/overlays/pdf-redact-tools.nix +++ b/overlays/pdf-redact-tools.nix | |||
@@ -11,7 +11,7 @@ | |||
11 | }; | 11 | }; |
12 | 12 | ||
13 | buildInputs = [ | 13 | buildInputs = [ |
14 | (final.python27.withPackages (ps: with ps; [])) | 14 | (final.python3.withPackages (ps: with ps; [])) |
15 | final.makeWrapper | 15 | final.makeWrapper |
16 | ]; | 16 | ]; |
17 | 17 | ||