mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: seed: Fix tests.
* gnu/packages/gnome.scm (seed)[arguments]<#:phases>[patch-tests]: New phase.
This commit is contained in:
parent
7295171e26
commit
14528483fb
1 changed files with 6 additions and 0 deletions
|
@ -329,6 +329,12 @@ (define-public seed
|
|||
"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"
|
||||
|
|
Loading…
Reference in a new issue