python3Packages.mandown: add updateScript

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-05-12 21:34:38 +02:00
parent 687875db53
commit a5bb8fb27e
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951

View File

@ -9,6 +9,7 @@
, filetype
, lxml
, natsort
, nix-update-script
, pillow
, python-slugify
, requests
@ -56,6 +57,7 @@ buildPythonPackage rec {
gui = [
pyside6
];
updateScript = nix-update-script { };
};
pythonImportsCheck = [ "mandown" ];