Skip to content

Commit 0b0ebca

Browse files
authored
python312Packages.python-hl7: fix pname (NixOS#369708)
2 parents 797a0c6 + bae109d commit 0b0ebca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/python-hl7/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99

1010
buildPythonPackage rec {
11-
pname = "python-hl7";
11+
pname = "hl7";
1212
version = "0.4.5";
1313
pyproject = true;
1414

@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
hash = "sha256-9uFdyL4+9KSWXflyOMOeUudZTv4NwYPa0ADNTmuVbqo=";
2222
};
2323

24-
nativeBuildInputs = [ setuptools ];
24+
build-system = [ setuptools ];
2525

2626
nativeCheckInputs = [ pytestCheckHook ];
2727

0 commit comments

Comments
 (0)