aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-12-26 12:21:35 +0100
committerMarius Bakke <marius@gnu.org>2021-12-26 23:20:07 +0100
commitd7ad6882585a256fad3ea9e9578e8f353e647f3c (patch)
treef03c1443c13b73772d63f99798c1c189a44a6fae
parentfabcdb446e7bd7f48fbdb64ca4fff5e2d3e0eef9 (diff)
downloadguix-d7ad6882585a256fad3ea9e9578e8f353e647f3c.tar
guix-d7ad6882585a256fad3ea9e9578e8f353e647f3c.tar.gz
gnu: apostrophe: Simplify inputs.
* gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels.
-rw-r--r--gnu/packages/gnome.scm8
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.