gnu: flatbuffers: Set source file name.
* gnu/packages/serialization.scm (flatbuffers)[source]: Add missing 'file-name field.
This commit is contained in:
parent
edc6dd0324
commit
f5d4c46c2c
@ -444,6 +444,7 @@ to generate and parse. The two primary functions are @code{cbor.loads} and
|
|||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/google/flatbuffers/archive/v"
|
(uri (string-append "https://github.com/google/flatbuffers/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z4swldxs0s31hnkqdhsbfmc8vx3p7zsvmqaw4l31r2iikdy651p"))))
|
"0z4swldxs0s31hnkqdhsbfmc8vx3p7zsvmqaw4l31r2iikdy651p"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user