gnu: libiax2: Fetch sources from git.
* gnu/packages/telephony.scm (libiax2)[source]: Fetch from git.
This commit is contained in:
parent
5a103bb84e
commit
cd1f661e82
1 changed files with 6 additions and 8 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue