mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
stgit: add setuptools to nativeBuildInputs
This commit is contained in:
parent
c604153913
commit
6350a26496
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
|
||||
sha256 = "sha256-TsJr2Riygz/DZrn6UZMPvq1tTfvl3dFEZZNq2wVj1Nw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles asciidoc xmlto docbook_xsl docbook_xml_dtd_45 ];
|
||||
nativeBuildInputs = [ installShellFiles asciidoc xmlto docbook_xsl docbook_xml_dtd_45 python3Packages.setuptools ];
|
||||
|
||||
format = "other";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user