Commit e9087002 authored by jopejoe1's avatar jopejoe1
Browse files

abiword: add update script

parent 7353dfc5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";