Skip to content

Commit 6eda86c

Browse files
committed
python312Packages.docstring-parser: refactor
1 parent f9d0de7 commit 6eda86c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/docstring-parser

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/docstring-parser/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
buildPythonPackage rec {
1111
pname = "docstring-parser";
1212
version = "0.16";
13-
format = "pyproject";
13+
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
1616

@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
hash = "sha256-xwV+mgCOC/MyCqGELkJVqQ3p2g2yw/Ieomc7k0HMXms=";
2222
};
2323

24-
nativeBuildInputs = [ poetry-core ];
24+
build-system = [ poetry-core ];
2525

2626
nativeCheckInputs = [ pytestCheckHook ];
2727

0 commit comments

Comments
 (0)