gnu: et: Don't use unstable tarball.

This follows up commit ae113b976b (what
looked like a build error was transient file system unrelatedness.)

* gnu/packages/ssh.scm (et)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-17 01:46:25 +02:00
parent ae113b976b
commit 1be06ddac1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -442,12 +442,12 @@ especially over Wi-Fi, cellular, and long-distance links.")
(version "3.1.0") (version "3.1.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/MisterTea/EternalTCP/archive/et-v" (url "https://github.com/MisterTea/EternalTCP.git")
version ".tar.gz")) (commit (string-append "et-v" version))))
(sha256 (sha256
(base32 "0k34l33ns2i2fijvw6ypxjmjcih11ydi9ha84jr8vdx8ii7p8p11")))) (base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(native-inputs (native-inputs