mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ (define-public flatbuffers
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue