Loading pkgs/development/python-modules/keyutils/default.nix +19 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, keyutils, pytest-runner, pytest }: { lib , buildPythonPackage , cython , fetchFromGitHub , keyutils , pytestCheckHook }: buildPythonPackage rec { pname = "keyutils"; Loading @@ -16,8 +22,19 @@ buildPythonPackage rec { substituteInPlace setup.py --replace '"pytest-runner"' "" ''; preBuild = '' cython keyutils/_keyutils.pyx ''; preCheck = '' rm -rf keyutils ''; buildInputs = [ keyutils ]; nativeCheckInputs = [ pytest pytest-runner ]; nativeBuildInputs = [ cython ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "A set of python bindings for keyutils"; Loading Loading
pkgs/development/python-modules/keyutils/default.nix +19 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, keyutils, pytest-runner, pytest }: { lib , buildPythonPackage , cython , fetchFromGitHub , keyutils , pytestCheckHook }: buildPythonPackage rec { pname = "keyutils"; Loading @@ -16,8 +22,19 @@ buildPythonPackage rec { substituteInPlace setup.py --replace '"pytest-runner"' "" ''; preBuild = '' cython keyutils/_keyutils.pyx ''; preCheck = '' rm -rf keyutils ''; buildInputs = [ keyutils ]; nativeCheckInputs = [ pytest pytest-runner ]; nativeBuildInputs = [ cython ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "A set of python bindings for keyutils"; Loading