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

* gnu/packages/java.scm (icedtea-7)[arguments]: Return #t from custom
check phase.
This commit is contained in:
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

View file

@ -1330,7 +1330,8 @@ (define-public icedtea-7
(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")