Loading pkgs/development/python-modules/watchdog-gevent/default.nix +13 −9 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , gevent , pytestCheckHook , setuptools , pythonOlder , watchdog { lib, buildPythonPackage, fetchFromGitHub, gevent, pytestCheckHook, setuptools, pythonOlder, watchdog, }: buildPythonPackage rec { Loading @@ -30,7 +31,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ gevent watchdog ]; dependencies = [ gevent watchdog ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/watchdog-gevent/default.nix +13 −9 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , gevent , pytestCheckHook , setuptools , pythonOlder , watchdog { lib, buildPythonPackage, fetchFromGitHub, gevent, pytestCheckHook, setuptools, pythonOlder, watchdog, }: buildPythonPackage rec { Loading @@ -30,7 +31,10 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ gevent watchdog ]; dependencies = [ gevent watchdog ]; nativeCheckInputs = [ pytestCheckHook ]; Loading