Loading pkgs/development/python-modules/sdds/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ fetchFromGitHub, numpy, pytestCheckHook, hatchling, }: buildPythonPackage rec { pname = "sdds"; version = "0.4.3"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "pylhc"; Loading @@ -18,7 +19,9 @@ buildPythonPackage rec { hash = "sha256-2lsim4FlOKBZ4Lk/iKIcItE/hvqiAK4XTkoxm52At/8="; }; propagatedBuildInputs = [ numpy ]; build-system = [ hatchling ]; dependencies = [ numpy ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/sdds/default.nix +5 −2 Original line number Diff line number Diff line Loading @@ -4,12 +4,13 @@ fetchFromGitHub, numpy, pytestCheckHook, hatchling, }: buildPythonPackage rec { pname = "sdds"; version = "0.4.3"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "pylhc"; Loading @@ -18,7 +19,9 @@ buildPythonPackage rec { hash = "sha256-2lsim4FlOKBZ4Lk/iKIcItE/hvqiAK4XTkoxm52At/8="; }; propagatedBuildInputs = [ numpy ]; build-system = [ hatchling ]; dependencies = [ numpy ]; nativeCheckInputs = [ pytestCheckHook ]; Loading