diff options
| author | Daniel Littlewood <dan@danielittlewood.xyz> | 2026-04-28 09:24:05 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-29 10:26:28 +0900 |
| commit | 79d5004b92e6b2fcbb99f361d44da44dbf5591dc (patch) | |
| tree | 374d1b418290d538b75a583d4443af353ed41d87 /gnu/packages | |
| parent | 59508ec02d849fcedc7254c3404b84b77bc402f4 (diff) | |
gnu: m17n-db: Remove input labels.
* gnu/packages/emacs.scm (m17n-db)[native-inputs]: Remove input labels.
Change-Id: Ia7089d77fb7579d96821be6e1feacf804df72e2c
Reviewed-by: Nicolas Graves <ngraves@ngraves.fr>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/emacs.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 1b6a326b38d..54ecb9602a5 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm | |||
| @@ -28,6 +28,7 @@ | |||
| 28 | ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> | 28 | ;;; Copyright © 2025 Nicolas Graves <ngraves@ngraves.fr> |
| 29 | ;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com> | 29 | ;;; Copyright © 2025 Jake Forster <jakecameron.forster@gmail.com> |
| 30 | ;;; Copyright © 2025 John Kehayias <john@guixotic.coop> | 30 | ;;; Copyright © 2025 John Kehayias <john@guixotic.coop> |
| 31 | ;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz> | ||
| 31 | ;;; | 32 | ;;; |
| 32 | ;;; This file is part of GNU Guix. | 33 | ;;; This file is part of GNU Guix. |
| 33 | ;;; | 34 | ;;; |
| @@ -869,7 +870,7 @@ Started in 2014 as a GSOC project, Guile-Emacs was resurrected in 2024.") | |||
| 869 | "0vfw7z9i2s9np6nmx1d4dlsywm044rkaqarn7akffmb6bf1j6zv5")))) | 870 | "0vfw7z9i2s9np6nmx1d4dlsywm044rkaqarn7akffmb6bf1j6zv5")))) |
| 870 | (build-system gnu-build-system) | 871 | (build-system gnu-build-system) |
| 871 | (native-inputs | 872 | (native-inputs |
| 872 | `(("gettext" ,gettext-minimal))) | 873 | (list gettext-minimal)) |
| 873 | (arguments | 874 | (arguments |
| 874 | `(#:configure-flags | 875 | `(#:configure-flags |
| 875 | (list (string-append "--with-charmaps=" | 876 | (list (string-append "--with-charmaps=" |
