From c83618e6abe3f0a7ac094d7716d87d62a843c8d7 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 14 Sep 2020 16:00:49 +0200 Subject: 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(-) (limited to 'gnu/packages/lisp-xyz.scm') diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2e280cc29f..92fe4841e8 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 -- cgit v1.2.3