[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: gthumb: Build with Meson 0.59.
From: |
guix-commits |
Subject: |
01/08: gnu: gthumb: Build with Meson 0.59. |
Date: |
Thu, 18 Nov 2021 17:01:43 -0500 (EST) |
civodul pushed a commit to branch core-updates-frozen
in repository guix.
commit ae716a49660104ae373582bf19a837356ec2e146
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 18 21:04:17 2021 +0100
gnu: gthumb: Build with Meson 0.59.
* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson.
---
gnu/packages/gnome.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8d382d4..321351c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11144,6 +11144,11 @@ functionality.")
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
+
+ ;; See
+ ;;
<https://github.com/mesonbuild/meson/issues/9492#issuecomment-973117289>.
+ #:meson ,meson-0.59
+
#:configure-flags
;; Ensure the RUNPATH contains all installed library locations.
(list (string-append "-Dc_link_args=-Wl,-rpath="
- branch core-updates-frozen updated (053ac37 -> 3ad1356), guix-commits, 2021/11/18
- 03/08: gnu: entangle: Build with Meson 0.59., guix-commits, 2021/11/18
- 01/08: gnu: gthumb: Build with Meson 0.59.,
guix-commits <=
- 02/08: gnu: libdmapsharing: Build against libsoup 2., guix-commits, 2021/11/18
- 04/08: gnu: gnupg@2.2.32: Hide., guix-commits, 2021/11/18
- 05/08: build-system/go: Update cross-compilation support to new interface., guix-commits, 2021/11/18
- 06/08: derivations: Officially deprecate 'build-expression->derivation'., guix-commits, 2021/11/18
- 07/08: tests: Adjust opam and pypi tests to simplified inputs., guix-commits, 2021/11/18
- 08/08: shell: Adjust test to expect C_INCLUDE_PATH, not CPATH., guix-commits, 2021/11/18