mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: astroid: Remove input labels.
* gnu/packages/mail.scm (astroid)[inputs]: Remove input labels.
This commit is contained in:
parent
35d606f8f1
commit
df20a46a0e
1 changed files with 11 additions and 11 deletions
|
@ -914,17 +914,17 @@ (define-public astroid
|
|||
w3m
|
||||
xorg-server))
|
||||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("gmime" ,gmime)
|
||||
("gobject-introspection" ,gobject-introspection) ; it is referenced
|
||||
("gtkmm" ,gtkmm-3)
|
||||
("libpeas" ,libpeas)
|
||||
("libsass" ,libsass)
|
||||
("notmuch" ,notmuch)
|
||||
("protobuf" ,protobuf)
|
||||
("python" ,python-wrapper)
|
||||
("python-pygobject" ,python-pygobject)
|
||||
("webkitgtk-with-libsoup2" ,webkitgtk-with-libsoup2)))
|
||||
(list boost
|
||||
gmime
|
||||
gobject-introspection ; it is referenced
|
||||
gtkmm-3
|
||||
libpeas
|
||||
libsass
|
||||
notmuch
|
||||
protobuf
|
||||
python-wrapper
|
||||
python-pygobject
|
||||
webkitgtk-with-libsoup2))
|
||||
(propagated-inputs
|
||||
(list adwaita-icon-theme)) ; Required for the thread view
|
||||
(home-page "https://astroidmail.github.io/")
|
||||
|
|
Loading…
Reference in a new issue