mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Adjust asciidoc-related build options.
Commits9099a45792
and3078821d13
make many package inputs and build configurations related to asciidoc obsolete. * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml, libxml2 and libxslt. * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt. * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml. (perf)[inputs]: Remove docbook-xml and libxslt. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt. * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2, and libxslt. (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and libxslt. * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag. (i3-wm)[inputs]: Remove docbook-xml. [native-inputs]: Add libxml2.
This commit is contained in:
parent
ed428a58ec
commit
4b0e636701
7 changed files with 11 additions and 49 deletions
|
@ -450,11 +450,7 @@ to lock down your entire repository.")
|
|||
#t)))))))
|
||||
(native-inputs
|
||||
;; For building manpage.
|
||||
`(("asciidoc" ,asciidoc)
|
||||
("docbook-xml" ,docbook-xml)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("xmllint" ,libxml2)
|
||||
("xsltprot" ,libxslt)))
|
||||
`(("asciidoc" ,asciidoc)))
|
||||
(inputs
|
||||
`(("git:src" ,(package-source git@2.9))
|
||||
("openssl" ,openssl)
|
||||
|
@ -856,10 +852,6 @@ RCS, PRCS, and Aegis packages.")
|
|||
(list "CC=gcc" (string-append "prefix?=" (assoc-ref %outputs "out")))))
|
||||
(inputs `(("git" ,git)))
|
||||
(native-inputs `(("asciidoc" ,asciidoc)
|
||||
("docbook-xml" ,docbook-xml)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("xmllint" ,libxml2)
|
||||
("xsltproc" ,libxslt)
|
||||
;; These are needed for the tests.
|
||||
("cvs" ,cvs)
|
||||
("python" ,python-2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue