mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
python310Packages.pypandoc: switch to pyproject build
This commit is contained in:
parent
8d6f8f8622
commit
9d963635dc
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, pandoc
|
||||
, pandocfilters
|
||||
, poetry-core
|
||||
, pythonOlder
|
||||
, substituteAll
|
||||
, texlive
|
||||
@ -11,6 +12,7 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "pypandoc";
|
||||
version = "1.10";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -30,6 +32,10 @@ buildPythonPackage rec {
|
||||
./skip-tests.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
texlive.combined.scheme-small
|
||||
pandocfilters
|
||||
|
Loading…
Reference in New Issue
Block a user