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:
parent
1eba27f29a
commit
b51b96dc60
1 changed files with 0 additions and 14 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue