buteo-syncfw: 0.11.10 -> 0.11.11 (#499801)

This commit is contained in:
Nick Cao
2026-03-16 18:43:23 +00:00
committed by GitHub
+3 -3
View File
@@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "buteo-syncfw";
version = "0.11.10";
version = "0.11.11";
outputs = [
"out"
@@ -26,12 +26,12 @@ stdenv.mkDerivation (finalAttrs: {
owner = "sailfishos";
repo = "buteo-syncfw";
tag = finalAttrs.version;
hash = "sha256-WZ70dFrQeHO0c9MM3wS8aWMd0DDhTW9Ks4hhw7pPmu8=";
hash = "sha256-t69jUOTCyVWlbEinCesm8YVnYuT+SQ10z+2GXAtAPTA=";
};
postPatch = ''
# Wildcard breaks file installation (tries to run ~ "install source/* target/*")
substituteInPlace doc/doc.pri \
substituteInPlace doc/doc.pro \
--replace-fail 'htmldocs.files = $${PWD}/html/*' 'htmldocs.files = $${PWD}/html' \
--replace-fail '/usr/share/doc' "$doc/share/doc"