me
/
guix
Archived
1
0
Fork 0

gnu: icedtea-7: Return #t from custom check phase.

* gnu/packages/java.scm (icedtea-7)[arguments]: Return #t from custom
check phase.
master
Mark H Weaver 2018-06-28 05:47:48 -04:00
parent 2c8ac3641a
commit fa41a089a1
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -1330,7 +1330,8 @@ bootstrapping purposes.")
(when #f ; skip tests
(run-test "check-hotspot")
(run-test "check-langtools")
(run-test "check-jdk")))))
(run-test "check-jdk"))
#t)))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((doc (string-append (assoc-ref outputs "doc")