diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-01 22:51:59 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-11 08:24:41 +0200 |
commit | 0919099b490bfcc11343b94fded44cab89185bd6 (patch) | |
tree | 6c25433e4ca6d48ee8e94549abe7e5f582fe78bb | |
parent | b20f3632ed902f82405f8f1559495683d21b773d (diff) |
gnu: tpm2-tools: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid
this dependency.
* gnu/packages/gnome.scm (tpm2-tools)[native-inputs]: Replace
gnu-gettext by gettext-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
-rw-r--r-- | gnu/packages/hardware.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index e9ac0dd9c1..ed386371ce 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -1431,7 +1431,7 @@ and libtss2-tcti-mssim.") automake curl libtool - gnu-gettext + gettext-minimal openssl pandoc pkg-config |