1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 12:10:29 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Nicolas Graves
9f8683190b gnu: poedit: Replace gettext native-input.
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-07-11 08:24:42 +02:00
Marco Rimoldi
6ca7b07a25 gnu: poedit: Update to 3.5.2 and wrap executable.
* 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>
2025-03-01 17:25:04 +01:00
Ludovic Courtès
8394619bac gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Tobias Geerinckx-Rice
b55e328941 gnu: poedit: Update to 2.2.4.
* gnu/packages/poedit.scm (poedit): Update to 2.2.4.
2019-10-14 17:14:45 +02:00
Julien Lepiller
bcfb110f6d gnu: Add poedit.
* gnu/packages/poedit.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-04-16 22:32:27 +02:00