mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libgudev: Update to 232.
* gnu/packages/gnome.scm (libgudev): Update to 232. [arguments]: Add configure flags to cut recursive dependency.
This commit is contained in:
parent
61fb581fbb
commit
b78f511817
1 changed files with 6 additions and 2 deletions
|
@ -4057,15 +4057,19 @@ (define-public eog-plugins
|
||||||
(define-public libgudev
|
(define-public libgudev
|
||||||
(package
|
(package
|
||||||
(name "libgudev")
|
(name "libgudev")
|
||||||
(version "230")
|
(version "232")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"063w6j35n0i0ssmv58kivc1mw4070z6fzb83hi4xfrhcxnn7zrx2"))))
|
"0q3qki451zzgdjazlgshsfzbbm0in40lyx7dyrag7kbkqnwv4k7f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags
|
||||||
|
;; umockdev depends on libgudev.
|
||||||
|
(list "--disable-umockdev")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib:bin" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
|
|
Loading…
Reference in a new issue