mbakke pushed a commit to branch master
in repository guix.

commit 27e366292ddf435d61a6d2ecc8aa123d975899ef
Author: Marius Bakke <[email protected]>
AuthorDate: Tue Aug 30 17:28:48 2022 +0200

    gnu: accountsservice: Remove obsolete input.
    
    * gnu/packages/freedesktop.scm (accountsservice)[native-inputs]: Remove
    INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/freedesktop.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index d9f48b791a..83ae11c575 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1494,10 +1494,10 @@ message bus.")
     (native-inputs
      (list docbook-xml-4.1.2
            docbook-xsl
+           gettext-minimal
            `(,glib "bin")               ; for gdbus-codegen, etc.
            gobject-introspection
            gtk-doc
-           intltool
            libxml2                      ;for XML_CATALOG_FILES
            libxslt
            pkg-config

Reply via email to