mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: et: Add FILE-NAME.
* gnu/packages/ssh.scm (et)[source]: Add FILE-NAME.
This commit is contained in:
parent
a36efdbc60
commit
fc32bc450f
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ (define-public et
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/MisterTea/EternalTCP.git")
|
(url "https://github.com/MisterTea/EternalTCP.git")
|
||||||
(commit (string-append "et-v" version))))
|
(commit (string-append "et-v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))
|
(base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Reference in a new issue