me
/
guix
Archived
1
0
Fork 0

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.
master
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")
(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