mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
|
||||
(url "https://github.com/puppeh/binutils-vc4.git")
|
||||
(commit commit)))
|
||||
(file-name (string-append name "-" version "-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kdrz6fki55lm15rwwamn74fnqpy0zlafsida2zymk76n3656c63"))))
|
||||
|
|
Loading…
Reference in a new issue