gnu: apostrophe: Simplify inputs.

* gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2021-12-26 12:21:35 +01:00
parent fabcdb446e
commit d7ad688258
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11964,10 +11964,10 @@ (define-public apostrophe
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.