python3Packages.mandown: add updateScript
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
687875db53
commit
a5bb8fb27e
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user