gnu: spice-vdagent: Update to 0.20.0.
* gnu/packages/spice.scm (spice-vdagent): Update to 0.20.0. [inputs]: Add libdrm. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
18a342bef4
commit
395489cdc9
1 changed files with 3 additions and 2 deletions
|
@ -261,7 +261,7 @@ Internet and from a wide variety of machine architectures.")
|
||||||
(define-public spice-vdagent
|
(define-public spice-vdagent
|
||||||
(package
|
(package
|
||||||
(name "spice-vdagent")
|
(name "spice-vdagent")
|
||||||
(version "0.17.0")
|
(version "0.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -269,7 +269,7 @@ Internet and from a wide variety of machine architectures.")
|
||||||
"spice-vdagent-" version ".tar.bz2"))
|
"spice-vdagent-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gdkyylyg1hksg0i0anvznqfli2q39335fnrmcd6847frpc8njpi"))))
|
"0n9k2kna2gd1zi6jv45zsp2jlv439nz5l5jjijirxqaycwi74srf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -294,6 +294,7 @@ Internet and from a wide variety of machine architectures.")
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("glib" ,glib)
|
("glib" ,glib)
|
||||||
|
("libdrm" ,libdrm)
|
||||||
("libpciaccess" ,libpciaccess)
|
("libpciaccess" ,libpciaccess)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
|
|
Reference in a new issue