mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
pandoc-tablenos: add setuptools to nativeBuildInputs
This commit is contained in:
parent
6c52138903
commit
689dc26331
@ -2,6 +2,7 @@
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, pandoc-xnos
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -16,6 +17,10 @@ buildPythonApplication rec {
|
||||
sha256 = "sha256-FwzsRziY3PoySo9hIFuLw6tOO9oQij6oQEyoY8HgnII=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ pandoc-xnos ];
|
||||
|
||||
# Different pandoc executables are not available
|
||||
|
Loading…
Reference in New Issue
Block a user