[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/203: gnu: glade3: Remove sitecustomize.py workaround.
From: |
guix-commits |
Subject: |
90/203: gnu: glade3: Remove sitecustomize.py workaround. |
Date: |
Wed, 3 Nov 2021 21:10:08 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 10cdbe33271fe2b07a7930152b729c911b5f5e88
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)))
- 71/203: gnu: dbus-c++: Fix build., (continued)
- 71/203: gnu: dbus-c++: Fix build., guix-commits, 2021/11/03
- 67/203: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/03
- 74/203: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/03
- 77/203: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/03
- 82/203: gnu: curl: Honor #:tests?., guix-commits, 2021/11/03
- 85/203: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/03
- 83/203: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/03
- 89/203: aux-files: sitecustomize: Cleanup and add explanatory comments., guix-commits, 2021/11/03
- 93/203: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/11/03
- 104/203: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/03
- 90/203: gnu: glade3: Remove sitecustomize.py workaround.,
guix-commits <=
- 100/203: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/03
- 108/203: gnu: lsof: Fix indentation., guix-commits, 2021/11/03
- 101/203: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/03
- 99/203: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/11/03
- 94/203: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/03
- 122/203: gnu: heimdal: Fix build., guix-commits, 2021/11/03
- 117/203: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/03
- 125/203: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/03
- 128/203: gnu: libsoup: Reverse inheritance relationship with libsoup-minimal., guix-commits, 2021/11/03
- 127/203: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/03