mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: sbcl-trivial-mimes: Fix 'fix-paths' phase.
* gnu/packages/lisp.scm (sbcl-trivial-mimes)[arguments]: Use '(%lisp-type)' instead of hard coded 'sbcl' in 'fix-paths' phase.
This commit is contained in:
parent
5cace974a4
commit
55af9fe0f4
1 changed files with 3 additions and 1 deletions
|
@ -5132,7 +5132,9 @@ (define-public sbcl-trivial-mimes
|
|||
((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
|
||||
|
|
Loading…
Reference in a new issue