guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tuba: Add missing input.


From: guix-commits
Subject: branch master updated: gnu: tuba: Add missing input.
Date: Thu, 16 Nov 2023 03:35:32 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 23627b1706 gnu: tuba: Add missing input.
23627b1706 is described below

commit 23627b1706af25a0a30b96b9169a3495279aff1b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 16 10:34:27 2023 +0200

    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



reply via email to

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