mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: plymouth: Delete fix-docbook phase.
* gnu/packages/freedesktop.scm (plymouth) [arguments]: Delete fix-docbook phase. [native-inputs]: Add libxml2.
This commit is contained in:
parent
8c3c5183e8
commit
62142016a4
1 changed files with 2 additions and 12 deletions
|
@ -2516,23 +2516,13 @@ (define-public plymouth
|
|||
(add-after 'unpack 'make-reproducible
|
||||
(lambda _
|
||||
(substitute* "src/main.c"
|
||||
(("__DATE__") "\"guix\""))))
|
||||
(add-before 'configure 'fix-docbook
|
||||
(lambda _
|
||||
(substitute* "docs/Makefile.in"
|
||||
(("http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl")
|
||||
(string-append #$(this-package-native-input "docbook-xsl")
|
||||
"/xml/xsl/docbook-xsl-"
|
||||
#$(package-version (this-package-native-input "docbook-xsl"))
|
||||
"/manpages/docbook.xsl")))
|
||||
(setenv "XML_CATALOG_FILES"
|
||||
(string-append #$(this-package-native-input "docbook-xml")
|
||||
"/xml/dtd/docbook/catalog.xml")))))))
|
||||
(("__DATE__") "\"guix\"")))))))
|
||||
(inputs
|
||||
(list glib pango libdrm libpng eudev))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
pkg-config
|
||||
libxml2 ;for XML_CATALOG_FILES
|
||||
libxslt
|
||||
docbook-xsl
|
||||
docbook-xml))
|
||||
|
|
Loading…
Reference in a new issue