mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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.
This commit is contained in:
parent
c56df3b946
commit
c0a8ba55b6
1 changed files with 3 additions and 3 deletions
|
@ -295,9 +295,9 @@ (define builder
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue