pandoc-fignos: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 03:58:54 +02:00 committed by Sandro Jäckel
parent 55ae38c05a
commit b6d6d89311
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -2,6 +2,7 @@
, fetchFromGitHub
, lib
, pandoc-xnos
, setuptools
}:
buildPythonApplication rec {
@ -16,6 +17,10 @@ buildPythonApplication rec {
sha256 = "sha256-eDwAW0nLB4YqrWT3Ajt9bmX1A43wl+tOPm2St5VpCLk=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [ pandoc-xnos ];
# Different pandoc executables are not available