diff options
author | Marius Bakke <marius@gnu.org> | 2021-12-26 12:21:35 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-12-26 23:20:07 +0100 |
commit | d7ad6882585a256fad3ea9e9578e8f353e647f3c (patch) | |
tree | f03c1443c13b73772d63f99798c1c189a44a6fae /gnu | |
parent | fabcdb446e7bd7f48fbdb64ca4fff5e2d3e0eef9 (diff) | |
download | guix-d7ad6882585a256fad3ea9e9578e8f353e647f3c.tar guix-d7ad6882585a256fad3ea9e9578e8f353e647f3c.tar.gz |
gnu: apostrophe: Simplify inputs.
* gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files 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. |