me
/
guix
Archived
1
0
Fork 0

gnu: astroid: Remove input labels.

* gnu/packages/mail.scm (astroid)[inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-01-10 03:56:45 +01:00
parent 35d606f8f1
commit df20a46a0e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 11 additions and 11 deletions

View File

@ -914,17 +914,17 @@ mailpack. What can alterMIME do?
w3m w3m
xorg-server)) xorg-server))
(inputs (inputs
`(("boost" ,boost) (list boost
("gmime" ,gmime) gmime
("gobject-introspection" ,gobject-introspection) ; it is referenced gobject-introspection ; it is referenced
("gtkmm" ,gtkmm-3) gtkmm-3
("libpeas" ,libpeas) libpeas
("libsass" ,libsass) libsass
("notmuch" ,notmuch) notmuch
("protobuf" ,protobuf) protobuf
("python" ,python-wrapper) python-wrapper
("python-pygobject" ,python-pygobject) python-pygobject
("webkitgtk-with-libsoup2" ,webkitgtk-with-libsoup2))) webkitgtk-with-libsoup2))
(propagated-inputs (propagated-inputs
(list adwaita-icon-theme)) ; Required for the thread view (list adwaita-icon-theme)) ; Required for the thread view
(home-page "https://astroidmail.github.io/") (home-page "https://astroidmail.github.io/")