unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 51872@debbugs.gnu.org
Subject: bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too
Date: Mon, 15 Nov 2021 14:40:30 +0000	[thread overview]
Message-ID: <87k0h94h41.fsf@planete-kraus.eu> (raw)


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


Dear guix,

Yet another package that requires the old meson on core-updates-frozen
:)

Best regards,

Vivien


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

From 4bd36cebd69a2695f9b6db108868198aae2f48b9 Mon Sep 17 00:00:00 2001
From: Vivien Kraus <vivien@planete-kraus.eu>
Date: Mon, 15 Nov 2021 14:38:29 +0000
Subject: [PATCH] gnu: gnome-mines: Fix build.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 17959ed347..2a60cc6afc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5112,7 +5112,8 @@ (define-public gnome-mines
         (base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
     (build-system meson-build-system)
     (arguments
-     '(#:glib-or-gtk? #t
+     `(#:glib-or-gtk? #t
+       #:meson ,meson-0.59
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'skip-gtk-update-icon-cache
-- 
2.33.1


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

             reply	other threads:[~2021-11-15 14:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-15 14:40 Vivien Kraus via Bug reports for GNU Guix [this message]
2021-11-15 16:10 ` bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87k0h94h41.fsf@planete-kraus.eu \
    --to=bug-guix@gnu.org \
    --cc=51872@debbugs.gnu.org \
    --cc=vivien@planete-kraus.eu \
    /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 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).