mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: system-config-printer: Remove patch-docbook-xml phase.
* gnu/packages/gnome.scm (system-config-printer) [arguments]: Remove patch-docbook-xml phase.
This commit is contained in:
parent
0d77480854
commit
87e7c6dcf5
1 changed files with 0 additions and 7 deletions
|
@ -2962,13 +2962,6 @@ (define-public system-config-printer
|
|||
(substitute* "Makefile.am"
|
||||
(("/bin/bash") (which "bash")))
|
||||
(delete-file "configure")))
|
||||
(add-after 'unpack 'patch-docbook-xml
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; Modify the man XML otherwise xmlto tries to access the network
|
||||
(substitute* "man/system-config-printer.xml"
|
||||
(("http://www.oasis-open.org/docbook/xml/4.1.2/")
|
||||
(string-append (assoc-ref inputs "docbook-xml")
|
||||
"/xml/dtd/docbook/")))))
|
||||
(add-after 'install 'add-install-to-pythonpath
|
||||
(@@ (guix build python-build-system) add-install-to-pythonpath))
|
||||
(add-after 'add-install-to-pythonpath 'wrap-for-python
|
||||
|
|
Loading…
Reference in a new issue