[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/201: gnu: glade3: Remove sitecustomize.py workaround.
From: |
guix-commits |
Subject: |
90/201: gnu: glade3: Remove sitecustomize.py workaround. |
Date: |
Mon, 1 Nov 2021 23:18:44 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 26aa0e6832a28d04396b653ee8783d538757ba28
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 3 11:15:08 2021 -0400
gnu: glade3: Remove sitecustomize.py workaround.
The issue has since been resolved.
* gnu/packages/gnome.scm (glade3)[phases]{fix-tests}: Delete phase.
---
gnu/packages/gnome.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 189efd3..98adeec 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3240,28 +3240,21 @@ API add-ons to make GTK+ widgets OpenGL-capable.")
(lambda _
(substitute* "meson_post_install.py"
(("gtk-update-icon-cache") "true"))))
- ;; XXX: Remove it once this issue is fixed:
- ;; https://issues.guix.gnu.org/50105.
- (add-after 'unpack 'fix-tests
- (lambda _
- (substitute* "tests/meson.build"
- (("\\['modules") "#['modules"))))
(add-before 'configure 'fix-docbook
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "man/meson.build"
-
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
+ (("http://docbook.sourceforge.net/release/xsl/\
+current/manpages/docbook.xsl")
(string-append (assoc-ref inputs "docbook-xsl")
"/xml/xsl/docbook-xsl-"
,(package-version docbook-xsl)
- "/manpages/docbook.xsl")))
- #t))
+ "/manpages/docbook.xsl")))))
(add-before 'check 'pre-check
(lambda _
(setenv "HOME" "/tmp")
;; Tests require a running X server.
(system "Xvfb :1 &")
- (setenv "DISPLAY" ":1")
- #t)))))
+ (setenv "DISPLAY" ":1"))))))
(inputs
`(("gtk+" ,gtk+)
("libxml2" ,libxml2)))
- 19/201: gnu: gstreamer: Update to 1.18.4., (continued)
- 19/201: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/11/01
- 28/201: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/01
- 41/201: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/01
- 51/201: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/01
- 52/201: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/01
- 63/201: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/01
- 69/201: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/01
- 76/201: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/11/01
- 78/201: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/01
- 82/201: gnu: curl: Honor #:tests?., guix-commits, 2021/11/01
- 90/201: gnu: glade3: Remove sitecustomize.py workaround.,
guix-commits <=
- 87/201: gnu: gdb: Normalize indentation., guix-commits, 2021/11/01
- 96/201: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/01
- 24/201: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/01
- 20/201: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/01
- 23/201: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/01
- 27/201: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/01
- 29/201: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/01
- 30/201: gnu: farstream: Enable tests., guix-commits, 2021/11/01
- 31/201: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/01
- 32/201: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/01