diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:07 +0200 |
commit | 33166500d246581207171f213592f4128ffb210f (patch) | |
tree | 6804ac9e8ddbd467dbd79b60c340fa82b41e26ed /gnu/packages/gnome.scm | |
parent | 3a63ed24f2a1f25d26948883d88046a50bb94069 (diff) |
gnu: gnome-multi-writer: Remove input labels.
* gnu/packages/gnome.scm (gnome-multi-writer)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8708764416..6e21167cc7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5356,8 +5356,8 @@ floating in an ocean using only your brain and a little bit of luck.") (("meson.add_install_script" &) (string-append "# " &))) #t))))) (native-inputs - `(("glib:bin" ,glib "bin") - ("pkg-config" ,pkg-config))) + (list `(,glib "bin") + pkg-config)) (inputs (list gtk+ glib ; for gio |