mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: java-eclipse-jetty-http-test-classes: Return #t from all phases.
* gnu/packages/web.scm (java-eclipse-jetty-http-test-classes)[arguments]: Return #t from 'chdir' phase.
This commit is contained in:
parent
176662a19d
commit
1c492480ff
1 changed files with 2 additions and 1 deletions
|
@ -5780,7 +5780,8 @@ (define java-eclipse-jetty-http-test-classes
|
|||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'chdir
|
||||
(lambda _
|
||||
(chdir "jetty-http"))))))
|
||||
(chdir "jetty-http")
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("slf4j" ,java-slf4j-api)
|
||||
("servlet" ,java-tomcat)
|
||||
|
|
Loading…
Reference in a new issue