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