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>master
parent
4427f36a36
commit
e3f538969e
|
@ -280,7 +280,8 @@ interface to the Tk widget system.")
|
|||
(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 _
|
||||
|
|
Reference in New Issue