summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Olsen <daniel.olsen99@gmail.com>2022-03-03 00:32:30 +0100
committerDaniel Olsen <daniel.olsen99@gmail.com>2022-03-19 22:50:11 +0100
commit265e57233dfcb2f213094126779812a1725ca7fa (patch)
tree4240606290fbe6dba82ebcc3761e13a04763bb25
parentdc07aeb38ddb41a68bf22969e9bce40ae9d4f73b (diff)
downloadnixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.tar
nixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.tar.gz
nixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.tar.bz2
nixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.tar.lz
nixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.tar.xz
nixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.tar.zst
nixpkgs-265e57233dfcb2f213094126779812a1725ca7fa.zip
hydrus: 474 -> 475
-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..0b4c05ad569 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 = "475";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "hydrusnetwork";
     repo = "hydrus";
     rev = "v${version}";
-    sha256 = "sha256-NeTHq8zlgBajw/eogwpabqeU0b7cp83Frqy6kisrths=";
+    sha256 = "sha256-RgsiREczdI+R4BcETqEpYa70s86m6BZLB0l0R2Py+Lk=";
   };
 
   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