mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
pandoc-include: add setuptools to nativeBuildInputs
This commit is contained in:
parent
b6d6d89311
commit
f83bc3746d
@ -3,6 +3,7 @@
|
||||
, lib
|
||||
, natsort
|
||||
, panflute
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -17,6 +18,10 @@ buildPythonApplication rec {
|
||||
sha256 = "sha256-kuxud7m+sWcNqE8A+Fwb8ATgiUwxQvHeYBTyw1UzX4U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ natsort panflute ];
|
||||
|
||||
pythonImportsCheck = [ "pandoc_include.main" ];
|
||||
|
Loading…
Reference in New Issue
Block a user