3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: flatbuffers: Set source file name.

* gnu/packages/serialization.scm (flatbuffers)[source]: Add missing
'file-name field.
This commit is contained in:
Efraim Flashner 2018-12-15 22:23:30 +02:00
parent edc6dd0324
commit f5d4c46c2c
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -444,6 +444,7 @@ to generate and parse. The two primary functions are @code{cbor.loads} and
(method url-fetch)
(uri (string-append "https://github.com/google/flatbuffers/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0z4swldxs0s31hnkqdhsbfmc8vx3p7zsvmqaw4l31r2iikdy651p"))))