gnu: ecl: Return #t in wrap phase.

* gnu/packages/lisp.scm (ecl)[arguments]<phases>: In phase "wrap", return #t.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Zhu Zihao 2020-12-12 10:33:37 +08:00 committed by Guillaume Le Vaillant
parent 4427f36a36
commit e3f538969e
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -280,7 +280,8 @@ (define-public ecl
(input-path lib "/include"))
`("kernel-headers" ,@libraries)))
`("LIBRARY_PATH" suffix ,library-directories)
`("LD_LIBRARY_PATH" suffix ,library-directories)))))
`("LD_LIBRARY_PATH" suffix ,library-directories))
#t)))
(add-after 'wrap 'check (assoc-ref %standard-phases 'check))
(add-before 'check 'fix-path-to-ecl
(lambda _