mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-trivial-mimes: Remove unnecessary phase.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-mimes)[arguments]: Remove 'fix-paths' phase.
This commit is contained in:
parent
3136fda735
commit
e79e9a3bb9
1 changed files with 0 additions and 14 deletions
|
@ -3967,20 +3967,6 @@ Long Painful History of Time\".")
|
|||
(sha256
|
||||
(base32 "17jxgl47r695bvsb7wi3n2ws5rp1zzgvw0zii8cy5ggw4b4ayv6m"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
'unpack 'fix-paths
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((anchor "#p\"/etc/mime.types\""))
|
||||
(substitute* "mime-types.lisp"
|
||||
((anchor all)
|
||||
(string-append
|
||||
anchor "\n"
|
||||
"(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…
Add table
Add a link
Reference in a new issue