mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
python3Packages.python-redis-lock: fix eval
This commit is contained in:
parent
704aec5b4a
commit
aacee0857d
|
@ -6,7 +6,7 @@
|
|||
, pytestCheckHook
|
||||
, process-tests
|
||||
, pkgs
|
||||
, withDjango ? false, django_redis
|
||||
, withDjango ? false, django-redis
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
redis
|
||||
] ++ lib.optional withDjango django_redis;
|
||||
] ++ lib.optional withDjango django-redis;
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
|
|
Loading…
Reference in a new issue