me
/
guix
Archived
1
0
Fork 0

gnu: Add docbook-sgml-3.1.

* gnu/packages/docbook.scm (docbook-sgml-3.1): New variable.
master
Maxim Cournoyer 2020-12-28 16:52:54 -05:00
parent e9fdc442f2
commit 7a44688afa
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 12 additions and 0 deletions

View File

@ -338,6 +338,18 @@ by no means limited to these applications.) This package provides XML DTDs.")
(description "This package provides SGML style sheets for DocBook.")
(license (x11-style "" "See file headers."))))
(define-public docbook-sgml-3.1
(package
(inherit docbook-sgml)
(version "3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://www.oasis-open.org/docbook/sgml/"
version "/docbk31.zip"))
(sha256
(base32
"0f25ch7bywwhdxb1qa0hl28mgq1blqdap3rxzamm585rf4kis9i0"))))))
;;; Private package referenced by docbook-sgml.
(define iso-8879-entities
(package