mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: cl-cxml: Remove ASD fix since our build system supports component-less asd.
* gnu/packages/lisp-xyz.scm (cl-cxml)[arguments]: Remove 'remove-component phase.
This commit is contained in:
parent
5a08660ecb
commit
74fb7f900e
1 changed files with 1 additions and 16 deletions
|
@ -5719,22 +5719,7 @@ (define-public sbcl-cxml
|
|||
(install-file "catalog.dtd"
|
||||
(string-append
|
||||
(assoc-ref outputs "out")
|
||||
"/lib/" (%lisp-type)))))
|
||||
(add-after 'create-asd 'remove-component
|
||||
;; XXX: The original .asd has no components, but our build system
|
||||
;; creates an entry nonetheless. We need to remove it for the
|
||||
;; generated .asd to load properly. See trivia.trivial for a
|
||||
;; similar problem.
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
(asd (string-append out "/lib/sbcl/cxml.asd")))
|
||||
(substitute* asd
|
||||
((" :components
|
||||
")
|
||||
""))
|
||||
(substitute* asd
|
||||
((" *\\(\\(:compiled-file \"cxml--system\"\\)\\)")
|
||||
""))))))))))
|
||||
"/lib/" (%lisp-type))))))))))
|
||||
|
||||
(define-public cl-cxml
|
||||
(sbcl-package->cl-source-package sbcl-cxml))
|
||||
|
|
Loading…
Reference in a new issue