unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51806: [PATCH] Fix dconf-editor
@ 2021-11-13  9:36 Vivien Kraus via Bug reports for GNU Guix
       [not found] ` <handler.51806.B.16367961911467.ack@debbugs.gnu.org>
  2021-11-13  9:45 ` bug#51806: Does this work? Vivien Kraus via Bug reports for GNU Guix
  0 siblings, 2 replies; 4+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2021-11-13  9:36 UTC (permalink / raw)
  To: 51806


[-- Attachment #1.1: Type: text/plain, Size: 80 bytes --]


Dear Guix,

dconf-editor needs the old meson to build.

Best regards,

Vivien


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: Use the old meson in dconf-editor --]
[-- Type: text/x-patch, Size: 905 bytes --]

From 228729b7bd0bd0bf6249866d691ed8ab1f051a7b Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Sat, 13 Nov 2021 09:33:20 +0000
Subject: [PATCH] gnu: dconf-editor: Fix build.

* gnu/packages/gnome.scm (dconf-editor) [arguments]: Use meson 0.59.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4f43f83631..ec7466546c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9252,6 +9252,8 @@ (define-public dconf-editor
         (base32
          "1qvrxrk1h8bd75xwasxbvlkqrw6xkavjimvc7sslkw6lvb3z86jp"))))
     (build-system meson-build-system)
+    (arguments
+     `(#:meson ,meson-0.59))
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
        ("gtk+-bin" ,gtk+ "bin") ; for gtk-update-icon-cache
-- 
2.33.1


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

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

end of thread, other threads:[~2021-11-13  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-13  9:36 bug#51806: [PATCH] Fix dconf-editor Vivien Kraus via Bug reports for GNU Guix
     [not found] ` <handler.51806.B.16367961911467.ack@debbugs.gnu.org>
2021-11-13  9:41   ` bug#51806: Acknowledgement ([PATCH] Fix dconf-editor) Vivien Kraus via Bug reports for GNU Guix
2021-11-13  9:48     ` bug#51806: [PATCH] Fix dconf-editor Guillaume Le Vaillant
2021-11-13  9:45 ` bug#51806: Does this work? Vivien Kraus via Bug reports for GNU Guix

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).