Archived
1
0
Fork 0

gnu: libiax2: Fetch sources from git.

* gnu/packages/telephony.scm (libiax2)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-11 13:06:31 +01:00
parent 5a103bb84e
commit cd1f661e82
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -295,16 +295,14 @@ protocol (RFC 3550).")
(version (string-append "0.0.0-1." (string-take commit 7))) (version (string-append "0.0.0-1." (string-take commit 7)))
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (uri (git-reference
(string-append (url "https://gitlab.savoirfairelinux.com/sflphone/libiax2.git")
"https://gitlab.savoirfairelinux.com/sflphone/libiax2/" (commit commit)))
"repository/archive.tar.gz?ref=" (file-name (git-file-name name version))
commit))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0cj5293bixp3k5x3hjwyd0iq7z8w5p7yavxvvkqk5817hjq386y2")))) "0d269474kk1933c55hx4azw3sak5ycfrxkw6ida0sb2cm00kfich"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)