* bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too
@ 2021-11-15 14:40 Vivien Kraus via Bug reports for GNU Guix
2021-11-15 16:10 ` Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Vivien Kraus via Bug reports for GNU Guix @ 2021-11-15 14:40 UTC (permalink / raw)
To: 51872
[-- 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 --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too
2021-11-15 14:40 bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too Vivien Kraus via Bug reports for GNU Guix
@ 2021-11-15 16:10 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-11-15 16:10 UTC (permalink / raw)
To: Vivien Kraus; +Cc: 51872-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as 26e894414a792fcd70039fbddfd0e4ce94501965.
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-11-15 16:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-15 14:40 bug#51872: [PATCH] On core-updates-frozen, gnome-mines requires the old meson too Vivien Kraus via Bug reports for GNU Guix
2021-11-15 16:10 ` Guillaume Le Vaillant
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.