Merge pull request #44400 from dotlambda/pdfredacttools-python2

pdf-redact-tools: explicitly use python2Packages
This commit is contained in:
Jörg Thalheim 2018-08-03 23:58:17 +01:00 committed by GitHub
commit de683046c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";