mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: tio: Add a source file-name.
* gnu/packages/terminals.scm (tio)[source]: Add a file-name field. Change-Id: I0cfd9b4d169b567f105ce054ffb2f92e93808e4c
This commit is contained in:
parent
3f1609a50b
commit
8f7be48131
1 changed files with 1 additions and 0 deletions
|
@ -1504,6 +1504,7 @@ (define-public tio
|
|||
(uri (git-reference
|
||||
(url "https://github.com/tio/tio")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "050zm7nh9niag1amjql859cj3xc9gbidk3zz546h6fhhh3vykmfl"))))
|
||||
(build-system meson-build-system)
|
||||
|
|
Loading…
Reference in a new issue