From 23627b1706af25a0a30b96b9169a3495279aff1b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 16 Nov 2023 10:34:27 +0200 Subject: gnu: tuba: Add missing input. Reported by retropikzel on IRC. * gnu/packages/mastodon.scm (tuba)[native-inputs]: Add gsettings-desktop-schemas. Change-Id: I79650a2b72cf149498e7f158d66502c20d88998a --- gnu/packages/mastodon.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm index 44f8664997..cbeccdb402 100644 --- a/gnu/packages/mastodon.scm +++ b/gnu/packages/mastodon.scm @@ -119,6 +119,7 @@ Features include: (list gdk-pixbuf ; so pixbuf loader cache (for webp) is generated gettext-minimal `(,glib "bin") ; for glib-compile-resources + gsettings-desktop-schemas ; for the org.gnome.system.proxy schema pkg-config)) (inputs (list gst-plugins-bad -- cgit v1.2.3