me
/
guix
Archived
1
0
Fork 0

build-system: asdf: Remove %build-inputs reference.

This is a follow-up of 7d873f194c that removes
the %build-inputs variable.

* guix/build-system/asdf.scm (asdf-build): Remove %build-inputs reference.
master
Mathieu Othacehe 2021-07-28 15:53:26 +02:00
parent c56df3b946
commit c0a8ba55b6
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 3 deletions

View File

@ -295,9 +295,9 @@ set up using CL source package conventions."
(with-imported-modules imported-modules
#~(begin
(use-modules #$@(sexp->gexp modules))
(parameterize ((%lisp (string-append
(assoc-ref %build-inputs #$lisp-type)
"/bin/" #$lisp-type))
(parameterize ((%lisp (search-input-file
#$(input-tuples->gexp inputs)
(string-append "bin/" #$lisp-type)))
(%lisp-type #$lisp-type))
(asdf-build #:name #$name
#:source #+source