gnu: et: Add FILE-NAME.

* gnu/packages/ssh.scm (et)[source]: Add FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-17 03:22:26 +02:00
parent a36efdbc60
commit fc32bc450f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -446,6 +446,7 @@ (define-public et
(uri (git-reference
(url "https://github.com/MisterTea/EternalTCP.git")
(commit (string-append "et-v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))
(build-system cmake-build-system)