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:
parent
ae113b976b
commit
1be06ddac1
|
@ -442,12 +442,12 @@ especially over Wi-Fi, cellular, and long-distance links.")
|
|||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/MisterTea/EternalTCP/archive/et-v"
|
||||
version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/MisterTea/EternalTCP.git")
|
||||
(commit (string-append "et-v" version))))
|
||||
(sha256
|
||||
(base32 "0k34l33ns2i2fijvw6ypxjmjcih11ydi9ha84jr8vdx8ii7p8p11"))))
|
||||
(base32 "1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in New Issue