summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-09-14 15:54:51 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-09-14 15:54:51 +0200
commite79e9a3bb9b3310f94a5753e376f24c981032533 (patch)
tree94e99a777378136c98af41d70dee9588adae5007
parent3136fda73539f8cb78a219ba6ac4d0c6cd89c948 (diff)
downloadguix-patches-e79e9a3bb9b3310f94a5753e376f24c981032533.tar
guix-patches-e79e9a3bb9b3310f94a5753e376f24c981032533.tar.gz
gnu: sbcl-trivial-mimes: Remove unnecessary phase.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-mimes)[arguments]: Remove 'fix-paths' phase.
-rw-r--r--gnu/packages/lisp-xyz.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 12102dcd1c..2e280cc29f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -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