mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
pandoc-secnos: add setuptools to nativeBuildInputs
This commit is contained in:
parent
f83bc3746d
commit
6c52138903
@ -2,6 +2,7 @@
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
, pandoc-xnos
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@ -16,6 +17,10 @@ buildPythonApplication rec {
|
||||
sha256 = "sha256-J9KLZvioYM3Pl2UXjrEgd4PuLTwCLYy9SsJIzgw5/jU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ pandoc-xnos ];
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user