all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Kehayias via Guix-patches via <guix-patches@gnu.org>
To: 51562@debbugs.gnu.org
Subject: [bug#51562] [core-updates-frozen] [PATCH] gnu: xdg-desktop-portal-gtk: Add missing input.
Date: Tue, 02 Nov 2021 03:58:21 +0000	[thread overview]
Message-ID: <9LSPeh0-KHNYw2j0j2HJ-u6h3_0Cf55HlaaddVHgzMB8nju2aGIDBT0ELut359WB5HEBzyNL2NDkgDk1I4aVrrOeJNbhZDFhW2C_mSwHn-s=@protonmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 110 bytes --]

fixes the build error on core-updates-frozen after the update from https://issues.guix.gnu.org/51100 on master

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-xdg-desktop-portal-gtk-Add-missing-input.patch --]
[-- Type: text/x-patch; name=0001-gnu-xdg-desktop-portal-gtk-Add-missing-input.patch, Size: 844 bytes --]

From e9365981eb83c707483103b378352e8d4ce61734 Mon Sep 17 00:00:00 2001
From: John Kehayias <john.kehayias@protonmail.com>
Date: Mon, 1 Nov 2021 23:53:05 -0400
Subject: [PATCH] gnu: xdg-desktop-portal-gtk: Add missing input.

* gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk)[inputs]: Add
libxml2.
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 3c61e0b52c..af42a0701c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2442,6 +2442,7 @@ (define-public xdg-desktop-portal-gtk
        ("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)
+       ("libxml2" ,libxml2)
        ("glib:bin" ,glib "bin")
        ("which" ,which)
        ("gettext" ,gettext-minimal)))
-- 
2.33.1


             reply	other threads:[~2021-11-02  3:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-02  3:58 John Kehayias via Guix-patches via [this message]
2021-11-02  8:23 ` bug#51562: [core-updates-frozen] [PATCH] gnu: xdg-desktop-portal-gtk: Add missing input Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='9LSPeh0-KHNYw2j0j2HJ-u6h3_0Cf55HlaaddVHgzMB8nju2aGIDBT0ELut359WB5HEBzyNL2NDkgDk1I4aVrrOeJNbhZDFhW2C_mSwHn-s=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=51562@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.