mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
4427f36a36
commit
e3f538969e
1 changed files with 2 additions and 1 deletions
|
@ -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 _
|
||||
|
|
Loading…
Reference in a new issue