Unverified Commit a5bb8fb2 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

python3Packages.mandown: add updateScript

parent 687875db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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" ];