guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically.


From: guix-commits
Subject: 08/10: gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically.
Date: Fri, 5 Jul 2019 06:37:28 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 57f815cb6b74dca7e69d44af0f2df819af889359
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Jul 5 12:30:41 2019 +0200

    gnu: sbcl-trivia.trivial: Resolve Lisp type dynamically.
    
    * gnu/packages/lisp.scm (sbcl-trivia.trivial)[arguments]: Use %lisp-type
    instead of hard-coding "sbcl".
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index e6ddd2c..3aa2429 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]