gnomeExtensions.{password-calculator,teatimer}: fix build

This commit is contained in:
Honnip
2025-06-19 16:01:08 +09:00
parent 66f1e430c1
commit 3a19d4ef08
@@ -216,4 +216,18 @@ lib.trivial.pipe super [
--replace "GLib.build_filenamev([GLib.DIR_SEPARATOR_S, 'usr', 'share', 'touchegg', 'touchegg.conf'])" "'${touchegg}/share/touchegg/touchegg.conf'"
'';
}))
(patchExtension "pwcalc@thilomaurer.de" {
postPatch = ''
# remove unused dangling symlink
rm settings-importexport.ui
'';
})
(patchExtension "TeaTimer@zener.sbg.at" {
postPatch = ''
# remove unused dangling symlink
rm utilities-teatime.svg
'';
})
]