From c0a8ba55b6f0ca274db716e5dac66fb4b8235080 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 28 Jul 2021 15:53:26 +0200 Subject: build-system: asdf: Remove %build-inputs reference. This is a follow-up of 7d873f194ca69d6096d28d7a224ab78e83e34fe1 that removes the %build-inputs variable. * guix/build-system/asdf.scm (asdf-build): Remove %build-inputs reference. --- guix/build-system/asdf.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'guix/build-system') diff --git a/guix/build-system/asdf.scm b/guix/build-system/asdf.scm index 79de2ee5ba..f043e6a7a2 100644 --- a/guix/build-system/asdf.scm +++ b/guix/build-system/asdf.scm @@ -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 -- cgit v1.2.3