~ruther/guix-local

f48438f5e50db5dd0e5ae26ee2f0eb85a9c8221a — Liliana Marie Prikler 1 year, 9 months ago 075ff9f
gnu: blueprint-compiler: Fix build.

* gnu/packages/gnome.scm (blueprint-compiler)[#:phases]: Add ‘fix-tests’.
1 files changed, 10 insertions(+), 0 deletions(-)

M gnu/packages/gnome.scm
M gnu/packages/gnome.scm => gnu/packages/gnome.scm +10 -0
@@ 3369,6 3369,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 &")