gnu: tootle: Simplify inputs.

* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify.
This commit is contained in:
Ludovic Courtès 2022-01-05 23:09:54 +01:00
parent b0d25a7118
commit f2d304ac98
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 4 deletions

View 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+