diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-11-16 10:34:27 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-16 10:34:27 +0200 |
commit | 23627b1706af25a0a30b96b9169a3495279aff1b (patch) | |
tree | a45ec7a3c7d62420aad3567a93f462ca2d5f49e8 /gnu/packages | |
parent | d987b75618a62c95c030e7ca53e0972e700c4f06 (diff) | |
download | guix-23627b1706af25a0a30b96b9169a3495279aff1b.tar.gz |
gnu: tuba: Add missing input.
Reported by retropikzel on IRC. * gnu/packages/mastodon.scm (tuba)[native-inputs]: Add gsettings-desktop-schemas. Change-Id: I79650a2b72cf149498e7f158d66502c20d88998a
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/mastodon.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |