me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 1 deletions

View File

@ -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 _