We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 797a0c6 + bae109d commit 0b0ebcaCopy full SHA for 0b0ebca
pkgs/development/python-modules/python-hl7/default.nix
@@ -8,7 +8,7 @@
8
}:
9
10
buildPythonPackage rec {
11
- pname = "python-hl7";
+ pname = "hl7";
12
version = "0.4.5";
13
pyproject = true;
14
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
hash = "sha256-9uFdyL4+9KSWXflyOMOeUudZTv4NwYPa0ADNTmuVbqo=";
22
};
23
24
- nativeBuildInputs = [ setuptools ];
+ build-system = [ setuptools ];
25
26
nativeCheckInputs = [ pytestCheckHook ];
27
0 commit comments