[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37791] [PATCH 2/4] gnu: sbcl-trivial-mimes: Fix 'fix-paths' phase.
From: |
Guillaume Le Vaillant |
Subject: |
[bug#37791] [PATCH 2/4] gnu: sbcl-trivial-mimes: Fix 'fix-paths' phase. |
Date: |
Thu, 17 Oct 2019 16:43:10 +0200 |
* gnu/packages/lisp.scm (sbcl-trivial-mimes)[arguments]: Use '(%lisp-type)'
instead of hard coded 'sbcl' in 'fix-paths' phase.
---
gnu/packages/lisp.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 2bdebed04e..310522984d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5130,7 +5130,9 @@ performance and simplicity in mind.")
((anchor all)
(string-append
anchor "\n"
- "(asdf:system-relative-pathname :trivial-mimes
\"../../share/common-lisp/sbcl-source/trivial-mimes/mime.types\")")))))))))
+ "(asdf:system-relative-pathname :trivial-mimes "
+ "\"../../share/common-lisp/" (%lisp-type)
+ "-source/trivial-mimes/mime.types\")")))))))))
(native-inputs
`(("stefil" ,sbcl-hu.dwim.stefil)))
(inputs
--
2.23.0