summaryrefslogtreecommitdiff
path: root/gnu/packages/poedit.scm
AgeCommit message (Collapse)Author
2025-07-11gnu: poedit: Replace gettext native-input.Nicolas Graves
gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (poedit)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2025-03-01gnu: poedit: Update to 3.5.2 and wrap executable.Marco Rimoldi
* gnu/packages/poedit.scm (poedit): Update to 3.5.2. [arguments]: Use G-expressions throughout. <phases>: Wrap the program with gettext binaries in PATH so that it does not crash. [inputs]: Add gnu-gettext (see above), nlohmann-json, python-minimal (needed for utility scripts). Change-Id: I09976a81ad93fa7850a4d414dbcbaa98eb778ece Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2019-10-14gnu: poedit: Update to 2.2.4.Tobias Geerinckx-Rice
* gnu/packages/poedit.scm (poedit): Update to 2.2.4.
2019-04-16gnu: Add poedit.Julien Lepiller
* gnu/packages/poedit.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.