gnu: tinyxml2: Declare a source file-name.

* gnu/packages/xml.scm (tinyxml2)[source]: Declare a source file-name.
This commit is contained in:
Efraim Flashner 2018-03-13 21:33:44 +02:00
parent 4510f976dc
commit 29a3905452
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1061,9 +1061,10 @@ (define-public tinyxml2
(method url-fetch)
(uri (string-append "https://github.com/leethomason/tinyxml2/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"083z4r4khcndxi9k840lcr48sqxvar4gpsnf749xfdn1bkr8xcql"))))
(base32
"083z4r4khcndxi9k840lcr48sqxvar4gpsnf749xfdn1bkr8xcql"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests