[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: dee: Build with older Vala version.
From: |
guix-commits |
Subject: |
02/02: gnu: dee: Build with older Vala version. |
Date: |
Thu, 17 Feb 2022 15:49:38 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 53c7adc4e69122735be6709240ea068d711f746d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 13 01:00:00 2022 +0100
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.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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