[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: modem-manager: Remove obsolete input.
From: |
guix-commits |
Subject: |
07/08: gnu: modem-manager: Remove obsolete input. |
Date: |
Sat, 23 Jul 2022 16:59:07 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit fdd40f391ca84f48d45b2790e694169ac209e8e3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 22:46:15 2022 +0200
gnu: modem-manager: Remove obsolete input.
* gnu/packages/freedesktop.scm (modem-manager)[native-inputs]: Remove
INTLTOOL. Add GETTEXT-MINIMAL.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 536a2dfffc..a48c472fe5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1528,9 +1528,9 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
#:configure-flags
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
(native-inputs
- (list `(,glib "bin") ; for glib-mkenums
+ (list gettext-minimal
+ `(,glib "bin") ; for glib-mkenums
gobject-introspection
- intltool
pkg-config
vala
;; For testing.
- branch staging updated (c0c6944f1a -> 68aab436af), guix-commits, 2022/07/23
- 02/08: gnu: perl-file-mimeinfo: Update to 0.33., guix-commits, 2022/07/23
- 06/08: gnu: modem-manager: Use G-expression., guix-commits, 2022/07/23
- 08/08: gnu: modem-manager: Update to 1.18.10., guix-commits, 2022/07/23
- 01/08: gnu: perl-file-basedir: Update to 0.09., guix-commits, 2022/07/23
- 07/08: gnu: modem-manager: Remove obsolete input.,
guix-commits <=
- 05/08: gnu: modem-manager: Remove input labels., guix-commits, 2022/07/23
- 03/08: gnu: libmbim: Update to 1.26.4., guix-commits, 2022/07/23
- 04/08: gnu: libqmi: Update to 1.30.8., guix-commits, 2022/07/23