python3Packages.python-redis-lock: fix eval

This commit is contained in:
Martin Weinelt
2021-11-02 18:31:42 +01:00
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