guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: astroid: Remove input labels.


From: guix-commits
Subject: 06/11: gnu: astroid: Remove input labels.
Date: Mon, 10 Jan 2022 14:30:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit df20a46a0e50b9fb72a0764e0bf2bf2b604921db
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 10 03:56:45 2022 +0100

    gnu: astroid: Remove input labels.
    
    * gnu/packages/mail.scm (astroid)[inputs]:
    Remove input labels.
---
 gnu/packages/mail.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a60af537b7..1f935d51ef 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -914,17 +914,17 @@ mailpack.  What can alterMIME do?
            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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]