mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-06 23:16:13 -05:00
gnu: endeavour: Use git-file-name.
* gnu/packages/gnome.scm (endeavour)[source]: Use git-file-name.
This commit is contained in:
parent
80fd591cc4
commit
e67f9d7ab0
1 changed files with 1 additions and 0 deletions
|
@ -10410,6 +10410,7 @@ (define-public endeavour
|
|||
(uri (git-reference
|
||||
(url "https://gitlab.gnome.org/World/Endeavour")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gbqmwl1xv5526vlh1mxx9h5mpfnnwikrpr5fk8hxmy9x71r6q6n"))))
|
||||
|
|
Loading…
Reference in a new issue