mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: ganeti-instance-debootstrap: Use a source file-name.
* gnu/packages/virtualization.scm (ganeti-instance-debootstrap)[source]: Add a file-name field.
This commit is contained in:
parent
2be973c35e
commit
7d49e1897c
1 changed files with 1 additions and 0 deletions
|
@ -782,6 +782,7 @@ (define-public ganeti-instance-debootstrap
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url home-page) (commit version)))
|
(uri (git-reference (url home-page) (commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f2isw9d8lawzj21rrq1q9xhq8xfa65rqbhqmrn59z201x9q1336"))))
|
"0f2isw9d8lawzj21rrq1q9xhq8xfa65rqbhqmrn59z201x9q1336"))))
|
||||||
|
|
Loading…
Reference in a new issue