python3Packages.libthumbor: add missing input
This commit is contained in:
parent
af09feefd5
commit
00b41eee6b
@ -4,6 +4,7 @@
|
||||
, django
|
||||
, six
|
||||
, pycrypto
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -19,7 +20,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
django
|
||||
django
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user