summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-20 19:44:49 +0100
committerGitHub <noreply@github.com>2022-03-20 19:44:49 +0100
commitf31f71e8d67e8b81f49595c4c58718be85756358 (patch)
tree11cbd8e2b62b15034978892bc18e3cdfcba0ba1b /pkgs/applications
parent9bc841fec1c0e8b9772afa29f934d2c7ce57da8e (diff)
parentd216b6ab039217d8538f1ebd32b1272c1f00b5f0 (diff)
downloadnixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.tar
nixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.tar.gz
nixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.tar.bz2
nixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.tar.lz
nixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.tar.xz
nixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.tar.zst
nixpkgs-f31f71e8d67e8b81f49595c4c58718be85756358.zip
Merge pull request #163210 from dali99/update_hydrus2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/hydrus/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix
index 12e605f80c4..fba158efacb 100644
--- a/pkgs/applications/graphics/hydrus/default.nix
+++ b/pkgs/applications/graphics/hydrus/default.nix
@@ -10,18 +10,19 @@
 
 python3Packages.buildPythonPackage rec {
   pname = "hydrus";
-  version = "474";
+  version = "477";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "sha256-NeTHq8zlgBajw/eogwpabqeU0b7cp83Frqy6kisrths=";
+    sha256 = "sha256-/Gehlk+eMBPA+OT7xsTri6PDi2PBmzjckMVbqPGXT64=";
   };
 
   nativeBuildInputs = [
     wrapQtAppsHook
+    python3Packages.mkdocs-material
   ];
 
   propagatedBuildInputs = with python3Packages; [
@@ -85,6 +86,7 @@ python3Packages.buildPythonPackage rec {
     # Move the hydrus module and related directories
     mkdir -p $out/${python3Packages.python.sitePackages}
     mv {hydrus,static} $out/${python3Packages.python.sitePackages}
+    mkdocs build -d help
     mv help $out/doc/
 
     # install the hydrus binaries