mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: network-manager: Remove patch-docbook-xml phase.
* gnu/packages/gnome.scm (network-manager) [arguments]: Remove patch-docbook-xml phase.
This commit is contained in:
parent
7aff6a08c7
commit
fa836220b7
1 changed files with 0 additions and 5 deletions
|
@ -8301,11 +8301,6 @@ (define-public network-manager
|
|||
((".*test-lldp.*") "")
|
||||
((".*test-route-linux.*") "")
|
||||
((".*test-tc-linux.*") ""))))
|
||||
(add-after 'unpack 'patch-docbook-xml
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(substitute* (find-files "." ".*\\.(xsl|xml)")
|
||||
(("http://.*/docbookx\\.dtd")
|
||||
(search-input-file inputs "xml/dtd/docbook/docbookx.dtd")))))
|
||||
(add-before 'check 'pre-check
|
||||
(lambda _
|
||||
;; For the missing /etc/machine-id.
|
||||
|
|
Loading…
Reference in a new issue