[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: sbcl-cxml: Remove unnecessary phase.
From: |
guix-commits |
Subject: |
03/03: gnu: sbcl-cxml: Remove unnecessary phase. |
Date: |
Mon, 14 Sep 2020 10:07:18 -0400 (EDT) |
glv pushed a commit to branch wip-lisp
in repository guix.
commit c83618e6abe3f0a7ac094d7716d87d62a843c8d7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 14 16:00:49 2020 +0200
gnu: sbcl-cxml: Remove unnecessary phase.
* gnu/packages/lisp-xyz.scm (sbcl-cxml)[arguments]: Remove 'install-dtd'
phase.
---
gnu/packages/lisp-xyz.scm | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e280cc..92fe484 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4739,15 +4739,6 @@ Closure is a reference to the web browser it was
originally written for.")
`(("closure-common" ,sbcl-closure-common)
("puri" ,sbcl-puri)
("trivial-gray-streams" ,sbcl-trivial-gray-streams)))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'build 'install-dtd
- (lambda* (#:key outputs #:allow-other-keys)
- (install-file "catalog.dtd"
- (string-append
- (assoc-ref outputs "out")
- "/lib/common-lisp/" (%lisp-type) "/cxml")))))))
(synopsis "Common Lisp XML parser")
(description "CXML implements a namespace-aware, validating XML 1.0
parser as well as the DOM Level 2 Core interfaces. Two parser interfaces are