unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50545] [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build.
@ 2021-09-12  9:18 Felix Gruber
  2021-09-12 11:47 ` bug#50545: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-12  9:18 UTC (permalink / raw)
  To: 50545; +Cc: Felix Gruber

* gnu/packages/xml.scm (libxmlplusplus)[inputs]: Replace glibmm with
  glibmm-2.64.
---
 gnu/packages/xml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9dfaf51310..9505bf789c 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -333,7 +333,7 @@ formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.")
     (propagated-inputs
      `(("libxml2" ,libxml2)))
     (inputs
-     `(("glibmm" ,glibmm)))
+     `(("glibmm" ,glibmm-2.64)))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50545: [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build.
  2021-09-12  9:18 [bug#50545] [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build Felix Gruber
@ 2021-09-12 11:47 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-12 11:47 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50545-done

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

Patch pushed as e6fcf1c140b6bb972d7a1f73df5e4d9e911e323f.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-12 11:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-12  9:18 [bug#50545] [PATCH core-updates-frozen] gnu: libxmlplusplus: Fix build Felix Gruber
2021-09-12 11:47 ` bug#50545: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).