gnu: tootle: Simplify inputs.
authorLudovic Courtès <ludo@gnu.org>
Wed, 5 Jan 2022 22:09:54 +0000 (23:09 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 5 Jan 2022 22:44:18 +0000 (23:44 +0100)
* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.

gnu/packages/mastodon.scm

index d1efc55..a50ed7f 100644 (file)
@@ -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+