guix-commits
[Top][All Lists]
Advanced

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

09/49: gnu: gsettings-desktop-schemas: Remove unused input.


From: guix-commits
Subject: 09/49: gnu: gsettings-desktop-schemas: Remove unused input.
Date: Fri, 23 Jul 2021 11:33:03 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 661d21251e2521b8ca1a63320d349ac7af7a6bb8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Jun 24 15:17:18 2021 +0200

    gnu: gsettings-desktop-schemas: Remove unused input.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Remove
    INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 10d4e07..1ef1473 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2672,7 +2672,7 @@ on the GNOME Desktop with a single simple application.")
      `(("glib" ,glib)
        ("gnome-backgrounds" ,gnome-backgrounds)))
     (native-inputs
-     `(("intltool" ,intltool)
+     `(("gettext" ,gettext-minimal)
        ("glib" ,glib "bin")                       ; glib-compile-schemas, etc.
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))



reply via email to

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