mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: tinyxml2: Declare a source file-name.
* gnu/packages/xml.scm (tinyxml2)[source]: Declare a source file-name.
This commit is contained in:
parent
4510f976dc
commit
29a3905452
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue