guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: tootle: Simplify inputs.


From: guix-commits
Subject: 03/14: gnu: tootle: Simplify inputs.
Date: Wed, 5 Jan 2022 17:46:33 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f2d304ac98738ebea8ddb584890cc6fe46f393fc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 5 23:09:54 2022 +0100

    gnu: tootle: Simplify inputs.
    
    * gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.
---
 gnu/packages/mastodon.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index d1efc55c9f..a50ed7fdf9 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -123,10 +123,9 @@ Features include:
                       (string-append (assoc-ref outputs "out") "/bin/tootle"))
              #t)))))
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("glib:bin" ,glib "bin")     ; for glib-compile-resources
-       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
-       ("pkg-config" ,pkg-config)))
+     (list gettext-minimal
+           `(,glib "bin") ; for glib-compile-resources
+           gsettings-desktop-schemas pkg-config))
     (inputs
      (list glib-networking
            gtk+



reply via email to

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