Archived
1
0
Fork 0

gnu: pugixml: Update to 1.8.1.

* gnu/packages/xml.scm (pugixml): Update to 1.8.1.
[arguments]: Remove ‘chdir’ phase and allow #:out-of-source building.
Add comment about the lack of tests.
This commit is contained in:
Tobias Geerinckx-Rice 2017-02-16 00:18:49 +01:00
parent 270cdbef26
commit f821b10190
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -741,7 +741,7 @@ the form of functions.")
(define-public pugixml (define-public pugixml
(package (package
(name "pugixml") (name "pugixml")
(version "1.7") (version "1.8.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -749,17 +749,10 @@ the form of functions.")
version "/pugixml-" version ".tar.gz")) version "/pugixml-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1jpml475kbhs1aqwa48g2cbfxlrb9qp115m2j9yryxhxyr30vqgv")))) "0fcgggry5x5bn0zhb09ij9hb0p45nb0sv0d9fw3cm1cf62hp9n80"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f)) ; no tests
#:out-of-source? #f
#:phases (modify-phases %standard-phases
(add-before
'configure 'chdir
(lambda _
(chdir "scripts")
#t)))))
(home-page "http://pugixml.org") (home-page "http://pugixml.org")
(synopsis "Light-weight, simple and fast XML parser for C++ with XPath support") (synopsis "Light-weight, simple and fast XML parser for C++ with XPath support")
(description (description