gnu: dee: Build with older Vala version.
* gnu/packages/gnome.scm (dee)[native-inputs]: Substitute vala-0.52 for vala. Reported by florhizome[m] in #guix.master
parent
d4ad1f73cd
commit
53c7adc4e6
|
@ -714,7 +714,7 @@ of writing test cases for asynchronous interactions.")
|
|||
("pkg-config" ,pkg-config)
|
||||
("pygobject" ,python-pygobject)
|
||||
("python" ,python-wrapper)
|
||||
("vala" ,vala)))
|
||||
("vala" ,vala-0.52)))
|
||||
(inputs
|
||||
`(("icu" ,icu4c)))
|
||||
(propagated-inputs
|
||||
|
|
Reference in New Issue