abiword: add update script

This commit is contained in:
jopejoe1
2024-11-11 21:19:57 +01:00
parent 7353dfc545
commit e908700248
+5
View File
@@ -20,6 +20,7 @@
, libxslt
, goffice
, wrapGAppsHook3
, gitUpdater
}:
stdenv.mkDerivation rec {
@@ -77,6 +78,10 @@ stdenv.mkDerivation rec {
./autogen-common.sh
'';
passthru.updateScript = gitUpdater {
rev-prefix = "release-";
};
meta = with lib; {
description = "Word processing program, similar to Microsoft Word";
mainProgram = "abiword";