From d7ad6882585a256fad3ea9e9578e8f353e647f3c Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 26 Dec 2021 12:21:35 +0100 Subject: gnu: apostrophe: Simplify inputs. * gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels. --- gnu/packages/gnome.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8111f160c7..b7a732800b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11964,10 +11964,10 @@ GTK+. It integrates well with the GNOME desktop environment.") python-pypandoc webkitgtk)) (native-inputs - `(("gettext" ,gettext-minimal) - ("glib:bin" ,glib "bin") - ("pkg-config" ,pkg-config) - ("sassc" ,sassc))) + (list gettext-minimal + `(,glib "bin") + pkg-config + sassc)) (home-page "https://gitlab.gnome.org/somas/apostrophe") (synopsis "Markdown editor written in Python with GTK+") (description "Apostrophe is a GTK+ based distraction-free Markdown editor. -- cgit v1.2.3