[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/24: gnu: blueprint-compiler: Fix build.
From: |
guix-commits |
Subject: |
01/24: gnu: blueprint-compiler: Fix build. |
Date: |
Fri, 22 Nov 2024 04:14:12 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 07bff3091b7dbeb7e99c6b27b739736adc9acc0c
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Oct 29 10:22:22 2024 +0100
gnu: blueprint-compiler: Fix build.
* gnu/packages/gnome.scm (blueprint-compiler)[#:phases]: Add ‘fix-tests’.
---
gnu/packages/gnome.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ec0670fe57..5cda9be860 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3359,6 +3359,16 @@ the GNOME desktop environment.")
#~(modify-phases %standard-phases
(add-after 'glib-or-gtk-wrap 'wrap-python
(assoc-ref python:%standard-phases 'wrap))
+ (add-after 'unpack 'fix-tests
+ (lambda _
+ (with-atomic-file-replacement
+ "tests/sample_errors/deprecations.err"
+ (lambda (in out)
+ (dump-port in out)
+ (newline out)
+ (display
+ "9,3,12,signal Gtk.Window::keys-changed () is deprecated\n"
+ out)))))
(add-before 'check 'pre-check
(lambda _
(system "Xvfb :1 &")
- branch gnome-team updated (f8d910f5c0 -> 6778d6f460), guix-commits, 2024/11/22
- 03/24: gnu: Add lock., guix-commits, 2024/11/22
- 04/24: gnu: glib: Fix build., guix-commits, 2024/11/22
- 01/24: gnu: blueprint-compiler: Fix build.,
guix-commits <=
- 05/24: gnu: glib-minimal: Fix deprecation warning., guix-commits, 2024/11/22
- 07/24: gnu: gstreamer: Update to 1.24.9., guix-commits, 2024/11/22
- 09/24: gnu: gst-plugins-good: Update to 1.24.9., guix-commits, 2024/11/22
- 08/24: gnu: gst-plugins-base: Update to 1.24.9., guix-commits, 2024/11/22
- 13/24: gnu: gst-editing-services: Update to 1.24.9., guix-commits, 2024/11/22
- 14/24: gnu: python-gst: Update to 1.24.9., guix-commits, 2024/11/22
- 17/24: gnu: gnome-vfs: Remove trailing #t., guix-commits, 2024/11/22
- 18/24: gnu: mjpegtools: Remove gtk+-2 input., guix-commits, 2024/11/22
- 19/24: gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs., guix-commits, 2024/11/22
- 02/24: gnu: blueprint-compiler: Update to 0.14.0., guix-commits, 2024/11/22