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:
Björn Höfling 2019-03-01 22:43:32 +01:00
parent ae69b39ed4
commit 176662a19d
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -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: