hydrus: 668 -> 673

Update a single move in installPhase, due to folder changes. (In version 669, `db` folder got moved to `static` folder).
This commit is contained in:
Alexis Lapierre
2026-06-21 21:45:20 +02:00
parent c15ef546b4
commit bf2b43fd7a
+3 -3
View File
@@ -16,14 +16,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "hydrus";
version = "668";
version = "673";
pyproject = false;
src = fetchFromGitHub {
owner = "hydrusnetwork";
repo = "hydrus";
tag = "v${finalAttrs.version}";
hash = "sha256-F6sQ2AyAIE7z7GH942sgzVbufA5GHEazoG+4YN8cFxQ=";
hash = "sha256-VSKOwMg/gUm2v2YwbWWF0KxHaF1dJj9+Kh4ogGqDRNc=";
};
nativeBuildInputs = [
@@ -104,7 +104,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
# Move the hydrus module and related directories
mkdir -p $out/${python3Packages.python.sitePackages}
mv {hydrus,static,db} $out/${python3Packages.python.sitePackages}
mv hydrus static $out/${python3Packages.python.sitePackages}
# Fix random files being marked with execute permissions
chmod -x $out/${python3Packages.python.sitePackages}/static/*.{png,svg,ico}
# Build docs