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