spice: Fix broken native-inputs specification

This commit is contained in:
Collin J. Doering 2022-01-21 21:47:58 -05:00
parent 0aaff8e8e0
commit 203386cd2a
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 3 deletions

View File

@ -50,9 +50,9 @@
libxml2
spice-gtk))
(native-inputs
(list glib:bin
intltool
pkg-config))
`(("glib:bin" ,glib "bin")
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.59))