python3Packages.libthumbor: add missing input

This commit is contained in:
Fabian Affolter 2022-04-01 20:08:07 +02:00 committed by GitHub
parent af09feefd5
commit 00b41eee6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
, django
, six
, pycrypto
, pythonOlder
}:
buildPythonPackage rec {
@ -19,7 +20,7 @@ buildPythonPackage rec {
};
buildInputs = [
django
django
];
propagatedBuildInputs = [