aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-02-13 01:00:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-02-13 01:00:00 +0100
commit53c7adc4e69122735be6709240ea068d711f746d (patch)
tree19ce22708ce057c2c4f1ac5fa4429b5dbb017ca0
parentd4ad1f73cdcc60f21d48a3683a9559bd6f2634be (diff)
downloadguix-53c7adc4e69122735be6709240ea068d711f746d.tar
guix-53c7adc4e69122735be6709240ea068d711f746d.tar.gz
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.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dd494a3df0..810f1f28c1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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