gnu: modem-manager: Update to 1.18.10 and remove input labels.
* gnu/packages/freedesktop.scm (modem-manager): Update to 1.18.10. [configure-flags]: Use gexps. [native-inputs]: Remove labels. Add python, python-dbus and python-pygobject. Replace intltool with gettext-minimal.
This commit is contained in:
parent
4fa20bb151
commit
5f7b0141d6
1 changed files with 15 additions and 12 deletions
|
@ -1632,7 +1632,7 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||||
(define-public modem-manager
|
(define-public modem-manager
|
||||||
(package
|
(package
|
||||||
(name "modem-manager")
|
(name "modem-manager")
|
||||||
(version "1.12.10")
|
(version "1.18.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1640,21 +1640,24 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||||
"ModemManager-" version ".tar.xz"))
|
"ModemManager-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
|
"1sv53lvz9nfbq6jzprl5xhai0vylc01kglcdrgz2vszf5615y98n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
(list
|
||||||
`(,(string-append "--with-udev-base-dir=" %output "/lib/udev"))))
|
#:configure-flags
|
||||||
|
#~(list (string-append "--with-udev-base-dir=" #$output "/lib/udev"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
(list dbus
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("intltool" ,intltool)
|
`(,glib "bin") ;for glib-mkenums
|
||||||
("pkg-config" ,pkg-config)
|
gettext-minimal
|
||||||
("vala" ,vala)
|
pkg-config
|
||||||
;; For testing.
|
python
|
||||||
("dbus" ,dbus)))
|
python-dbus
|
||||||
|
python-pygobject
|
||||||
|
vala))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list glib)) ; required by mm-glib.pc
|
(list glib)) ;required by mm-glib.pc
|
||||||
(inputs
|
(inputs
|
||||||
(list libgudev libmbim libqmi polkit))
|
(list libgudev libmbim libqmi polkit))
|
||||||
(synopsis "Mobile broadband modems manager")
|
(synopsis "Mobile broadband modems manager")
|
||||||
|
|
Reference in a new issue