mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: modem-manager: Remove obsolete input.
* gnu/packages/freedesktop.scm (modem-manager)[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
This commit is contained in:
parent
9ee4069eb0
commit
fdd40f391c
1 changed files with 2 additions and 2 deletions
|
@ -1528,9 +1528,9 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") ; for glib-mkenums
|
(list gettext-minimal
|
||||||
|
`(,glib "bin") ; for glib-mkenums
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
intltool
|
|
||||||
pkg-config
|
pkg-config
|
||||||
vala
|
vala
|
||||||
;; For testing.
|
;; For testing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue