me
/
guix
Archived
1
0
Fork 0

gnu: network-manager: Remove patch-docbook-xml phase.

* gnu/packages/gnome.scm (network-manager) [arguments]: Remove
patch-docbook-xml phase.
master
Maxim Cournoyer 2023-04-20 16:06:23 -04:00
parent 7aff6a08c7
commit fa836220b7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 5 deletions

View File

@ -8301,11 +8301,6 @@ users.")
((".*test-lldp.*") "") ((".*test-lldp.*") "")
((".*test-route-linux.*") "") ((".*test-route-linux.*") "")
((".*test-tc-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 (add-before 'check 'pre-check
(lambda _ (lambda _
;; For the missing /etc/machine-id. ;; For the missing /etc/machine-id.