mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: apostrophe: Simplify inputs.
* gnu/packages/gnome.scm (apostrophe)[native-inputs]: Remove labels.
This commit is contained in:
parent
fabcdb446e
commit
d7ad688258
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue