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
|
||||
(add-before 'configure 'chdir
|
||||
(lambda _
|
||||
(chdir "jetty-test-helper")))
|
||||
(chdir "jetty-test-helper")
|
||||
#t))
|
||||
(add-before 'build 'fix-paths
|
||||
(lambda _
|
||||
;; TODO:
|
||||
|
|
Loading…
Reference in a new issue