python3Packages.libthumbor: add missing input

main
Fabian Affolter 2 years ago committed by GitHub
parent af09feefd5
commit 00b41eee6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      pkgs/development/python-modules/libthumbor/default.nix

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

Loading…
Cancel
Save