me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -5515,7 +5515,8 @@ technologies.")
(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: