[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/155: gnu: blueprint-compiler: Fix build.
From: |
guix-commits |
Subject: |
92/155: gnu: blueprint-compiler: Fix build. |
Date: |
Mon, 23 Dec 2024 15:24:15 -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 &")
- 63/155: gnu: gnome-control-center: Update to 46.3., (continued)
- 63/155: gnu: gnome-control-center: Update to 46.3., guix-commits, 2024/12/23
- 66/155: gnu: Add libei., guix-commits, 2024/12/23
- 70/155: gnu: gnome-remote-desktop: Update to 46.3., guix-commits, 2024/12/23
- 72/155: gnu: network-manager: Update to 1.48.2., guix-commits, 2024/12/23
- 88/155: gnu: webkitgtk: Update to 2.46.0., guix-commits, 2024/12/23
- 80/155: gnu: json-glib: Update to 1.10.0., guix-commits, 2024/12/23
- 93/155: gnu: blueprint-compiler: Update to 0.14.0., guix-commits, 2024/12/23
- 90/155: gnu: webkitgtk: Expose more paths to bubblewrap sandbox., guix-commits, 2024/12/23
- 83/155: gnu: gst-editing-services: Fix build., guix-commits, 2024/12/23
- 79/155: gnu: python-pygobject: Update to 3.50.0., guix-commits, 2024/12/23
- 92/155: gnu: blueprint-compiler: Fix build.,
guix-commits <=
- 96/155: gnu: glib-minimal: Fix deprecation warning., guix-commits, 2024/12/23
- 95/155: gnu: glib: Fix build., guix-commits, 2024/12/23
- 101/155: gnu: gst-plugins-bad: Update to 1.24.9., guix-commits, 2024/12/23
- 102/155: gnu: gst-plugins-ugly: Update to 1.24.9., guix-commits, 2024/12/23
- 107/155: gnu: gst-plugins-espeak: Update to 0.6.0., guix-commits, 2024/12/23
- 108/155: gnu: gnome-vfs: Remove trailing #t., guix-commits, 2024/12/23
- 111/155: gnu: libdbusmenu: Remove gtk+-2 input., guix-commits, 2024/12/23
- 114/155: gnu: libvisual: Update to 0.4.2., guix-commits, 2024/12/23
- 110/155: gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs., guix-commits, 2024/12/23
- 115/155: gnu: orc: Update to 0.4.40., guix-commits, 2024/12/23