From 8e4d13231a881dbeb0b574039764c494bfdcc520 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 2 Mar 2023 21:46:10 +0100 Subject: gnu: gnome-boxes: Adjust reference to 'vala-next'. This is a followup to the merge commit in 7df09ee0ab3e7962ef27859ce87e06a323059284. 'vala-next' was removed in 5bbd742067015998fa4728926079f546e5023920 on 'core-updates'. * gnu/packages/gnome.scm (gnome-boxes)[native-inputs]: Replace 'vala-next' with 'vala'. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index df6762f159..62b3ae72c7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12355,7 +12355,7 @@ integrate seamlessly with the GNOME desktop.") itstool pkg-config python - vala-next)) + vala)) (inputs (list glib-networking ;for TLS support gsettings-desktop-schemas -- cgit v1.2.3