mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: java-eclipse-jetty-test-helper: Return #t from all phases.
* gnu/packages/web.scm (java-eclipse-jetty-test-helper)[arguments]: Return #t from 'chdir' phase.
This commit is contained in:
parent
ae69b39ed4
commit
176662a19d
1 changed files with 2 additions and 1 deletions
|
@ -5515,7 +5515,8 @@ (define-public java-eclipse-jetty-test-helper
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'chdir
|
(add-before 'configure 'chdir
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "jetty-test-helper")))
|
(chdir "jetty-test-helper")
|
||||||
|
#t))
|
||||||
(add-before 'build 'fix-paths
|
(add-before 'build 'fix-paths
|
||||||
(lambda _
|
(lambda _
|
||||||
;; TODO:
|
;; TODO:
|
||||||
|
|
Loading…
Reference in a new issue