gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically.
* gnu/packages/lisp.scm (sbcl-trivia.trivial)[arguments]: Use %lisp-type instead of hard-coding "sbcl".
This commit is contained in:
parent
4f54138731
commit
57f815cb6b
|
@ -6478,7 +6478,7 @@ with extensible optimizer interface.")))
|
|||
(replace 'create-asd-file
|
||||
(lambda* (#:key outputs inputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(lib (string-append out "/lib/sbcl"))
|
||||
(lib (string-append out "/lib/" (%lisp-type)))
|
||||
(level2 (assoc-ref inputs "trivia.level2")))
|
||||
(mkdir-p lib)
|
||||
(install-file "trivia.trivial.asd" lib)
|
||||
|
|
Loading…
Reference in New Issue