[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/277: gnu: seed: Fix tests.
From: |
guix-commits |
Subject: |
214/277: gnu: seed: Fix tests. |
Date: |
Thu, 6 Aug 2020 17:03:41 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 05279b83e2a8842de6bcb30293945e81341b7d81
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Sun Aug 2 20:54:34 2020 +0200
gnu: seed: Fix tests.
* gnu/packages/gnome.scm (seed)[arguments]<#:phases>[patch-tests]: New
phase.
---
gnu/packages/gnome.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8593fc3..1545ff5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -333,6 +333,12 @@ bindings.")
"configure"
"Makefile.in"))
#t))
+ (add-after 'unpack 'patch-tests
+ (lambda* (#:key outputs #:allow-other-keys)
+ (substitute* (find-files "." "\\.js$")
+ (("#!/usr/bin/env seed")
+ (string-append "#!" (getcwd) "/src/seed")))
+ #t))
(add-before 'build 'patch-docbook-xml
(lambda* (#:key inputs #:allow-other-keys)
(with-directory-excursion "doc"
- 231/277: gnu: totem-pl-parser: Update package definition., (continued)
- 231/277: gnu: totem-pl-parser: Update package definition., guix-commits, 2020/08/06
- 239/277: gnu: epiphany: Update package definition., guix-commits, 2020/08/06
- 250/277: gnu: gnome-clocks: Update package definition., guix-commits, 2020/08/06
- 182/277: gnu: gdk-pixbuf: Disable failing tests., guix-commits, 2020/08/06
- 183/277: gnu: gom: Update package definition., guix-commits, 2020/08/06
- 190/277: gnu: grilo-plugins: Update package definition., guix-commits, 2020/08/06
- 191/277: gnu: gupnp-dlna: Update package definition., guix-commits, 2020/08/06
- 210/277: gnu: libpeas: Update package definition., guix-commits, 2020/08/06
- 211/277: gnu: rest: Update package definition., guix-commits, 2020/08/06
- 212/277: gnu: libzapojit: Update package definition., guix-commits, 2020/08/06
- 214/277: gnu: seed: Fix tests.,
guix-commits <=
- 222/277: gnu: network-manager-applet: Update package definition., guix-commits, 2020/08/06
- 224/277: Revert "gnu: java-jakarta-oro: Update hash.", guix-commits, 2020/08/06
- 252/277: gnu: gnome-contacts: Update package definition., guix-commits, 2020/08/06
- 217/277: gnu: Add ldns., guix-commits, 2020/08/06
- 220/277: gnu: network-manager: Update package definition., guix-commits, 2020/08/06
- 225/277: gnu: gtksourceview: Fix glade., guix-commits, 2020/08/06
- 254/277: gnu: gmime: Fix home-page., guix-commits, 2020/08/06
- 260/277: gnu: rust-serial-test-derive@0.4.0: Fix reference to rust-proc-macro2., guix-commits, 2020/08/06
- 267/277: gnu: rust-serial-test-derive@0.4.0: Fix reference to rust-quote., guix-commits, 2020/08/06
- 269/277: gnu: rust-peg@0.5.7: Remove duplicate definition., guix-commits, 2020/08/06