Skip to content

Commit 2177b3f

Browse files
committedMar 7, 2025
python312Packages.pandoc-latex-environment: fix build
1 parent 9cb65c8 commit 2177b3f

File tree

1 file changed

+5
-4
lines changed
  • pkgs/development/python-modules/pandoc-latex-environment

1 file changed

+5
-4
lines changed
 

‎pkgs/development/python-modules/pandoc-latex-environment/default.nix

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5-
poetry-core,
6-
poetry-dynamic-versioning,
75
panflute,
86
pytestCheckHook,
97
pandoc,
8+
hatchling,
9+
hatch-vcs
1010
}:
1111

1212
buildPythonPackage rec {
@@ -22,9 +22,10 @@ buildPythonPackage rec {
2222
};
2323

2424
build-system = [
25-
poetry-core
26-
poetry-dynamic-versioning
25+
hatchling
26+
hatch-vcs
2727
];
28+
2829
dependencies = [ panflute ];
2930

3031
pythonImportsCheck = [ "pandoc_latex_environment" ];

0 commit comments

Comments
 (0)
Failed to load comments.