gnu: modem-manager: Remove input labels.
* gnu/packages/freedesktop.scm (modem-manager)[native-inputs]: Remove labels.
This commit is contained in:
parent
718f75a55a
commit
40992a1e02
@ -1527,13 +1527,13 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||
'(#:configure-flags
|
||||
`(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)
|
||||
;; For testing.
|
||||
("dbus" ,dbus)))
|
||||
(list `(,glib "bin") ; for glib-mkenums
|
||||
gobject-introspection
|
||||
intltool
|
||||
pkg-config
|
||||
vala
|
||||
;; For testing.
|
||||
dbus))
|
||||
(propagated-inputs
|
||||
(list glib)) ; required by mm-glib.pc
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user