pythonPackages.django-versatileimagefield: add python_magic dep
add python_magic to propagatedBuildInputs to allow django-versatileimagefield package to build
This commit is contained in:
parent
0e5e6b08aa
commit
510c52e16c
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
, django
|
||||
, python
|
||||
, pillow
|
||||
, python_magic
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -14,7 +15,7 @@ buildPythonPackage rec {
|
|||
inherit pname version;
|
||||
sha256 = "8322ee9d7bf5ffa5360990320d2cc2efc7017feff35422636d49f625721edf82";
|
||||
};
|
||||
propagatedBuildInputs = [ pillow ];
|
||||
propagatedBuildInputs = [ pillow python_magic ];
|
||||
|
||||
checkInputs = [ django ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue