mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #44400 from dotlambda/pdfredacttools-python2
pdf-redact-tools: explicitly use python2Packages
This commit is contained in:
commit
de683046c3
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, pythonPackages, imagemagick, exiftool, file, ghostscript }:
|
||||
{ stdenv, fetchFromGitHub, python2Packages, imagemagick, exiftool, file, ghostscript }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
python2Packages.buildPythonApplication rec {
|
||||
pname = "pdf-redact-tools";
|
||||
version = "0.1.2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user