gnu: dvdstyler: Remove hard-coded version string.

* gnu/packages/cdrom.scm (dvdstyler)[arguments]: Remove a hard-coded
version string from the docbook-xsl search path.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-26 01:15:57 +01:00
parent 74b977d725
commit 24a300b1bd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8,7 +8,7 @@
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 John Darrington <jmd@gnu.org> ;;; Copyright © 2017 John Darrington <jmd@gnu.org>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 ng0 <ng0@n0.is> ;;; Copyright © 2017 ng0 <ng0@n0.is>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -360,14 +360,15 @@ capacity is user-selectable.")
"0lwc0hn94m9r8fi07sjqz3fr618l6lnw3zsakxw7nlgnxbjsk7pi")))) "0lwc0hn94m9r8fi07sjqz3fr618l6lnw3zsakxw7nlgnxbjsk7pi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags (list (string-append "XMLTO=" `(#:configure-flags
(assoc-ref %build-inputs "xmlto") (list (string-append "XMLTO="
"/bin/xmlto" (assoc-ref %build-inputs "xmlto")
" --searchpath " "/bin/xmlto --searchpath "
(assoc-ref %build-inputs "docbook-xsl") (assoc-ref %build-inputs "docbook-xsl")
"/xml/xsl/docbook-xsl-1.79.1/htmlhelp:" "/xml/xsl/docbook-xsl-" ,(package-version docbook-xsl)
(assoc-ref %build-inputs "docbook-xml") "/htmlhelp:"
"/xml/dtd/docbook")) (assoc-ref %build-inputs "docbook-xml")
"/xml/dtd/docbook"))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'install 'wrap-program (add-after 'install 'wrap-program