1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: udisks: Drop docbook workaround.

XML_CATALOG_FILES is already set by xsltproc.

* gnu/packages/freedesktop.scm (udisks)[arguments]<#:make-flags>: Remove.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal 2023-10-09 21:06:18 +01:00 committed by Ludovic Courtès
parent 1eba27f29a
commit b51b96dc60
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1774,20 +1774,6 @@ Analysis and Reporting Technology) functionality.")
(string-append "--with-html-dir=" #$output:doc (string-append "--with-html-dir=" #$output:doc
"/share/doc/udisks/html") "/share/doc/udisks/html")
(string-append "--with-udevdir=" #$output "/lib/udev")) (string-append "--with-udevdir=" #$output "/lib/udev"))
#:make-flags
#~(let* ((docbook-xsl-name-version
#$(string-append (package-name docbook-xsl) "-"
(package-version docbook-xsl)))
(docbook-xsl-catalog-file
(string-append #$(this-package-native-input "docbook-xsl")
"/xml/xsl/" docbook-xsl-name-version
"/catalog.xml"))
(docbook-xml-catalog-file
#$(file-append (this-package-native-input "docbook-xml")
"/xml/dtd/docbook/catalog.xml")))
;; Reference the catalog files required to build the manpages.
(list (string-append "XML_CATALOG_FILES=" docbook-xsl-catalog-file
" " docbook-xml-catalog-file)))
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-before 'configure 'fix-girdir (add-before 'configure 'fix-girdir