diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-03-02 21:46:10 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-02 21:46:10 +0100 |
commit | 8e4d13231a881dbeb0b574039764c494bfdcc520 (patch) | |
tree | 756af4e2f63b7d4489bce07d3b5fe2d969df8ae4 /gnu/packages | |
parent | 5222ed8dc364f13a36bca13c151856a3edab795a (diff) |
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'.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |