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:
Efraim Flashner 2024-09-15 18:11:24 +03:00
parent 3f1609a50b
commit 8f7be48131
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1504,6 +1504,7 @@ terminal are replicated to the others.
(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)