gnu: binutils-vc4: Set source file-name.
* gnu/packages/embedded.scm (binutils-vc4)[source]: Add file-name field.
This commit is contained in:
parent
73a46451af
commit
493ae57eca
1 changed files with 1 additions and 0 deletions
|
@ -732,6 +732,7 @@ simulator.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/puppeh/binutils-vc4.git")
|
(url "https://github.com/puppeh/binutils-vc4.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kdrz6fki55lm15rwwamn74fnqpy0zlafsida2zymk76n3656c63"))))
|
"1kdrz6fki55lm15rwwamn74fnqpy0zlafsida2zymk76n3656c63"))))
|
||||||
|
|
Reference in a new issue