Merge pull request #300581 from imadnyc/pandoc-include

pandoc-include: add update.sh
This commit is contained in:
Nick Cao 2024-05-31 16:24:59 -04:00 committed by GitHub
commit f6a6e3386c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
, panflute
, lxml
, setuptools
, nix-update-script
}:
buildPythonApplication rec {
@ -23,6 +24,8 @@ buildPythonApplication rec {
setuptools
];
passthru.updateScript = nix-update-script {};
propagatedBuildInputs = [ natsort panflute lxml ];
pythonImportsCheck = [ "pandoc_include.main" ];