gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.
* gnu/packages/gtk.scm (guile-rsvg)[source]: Switch to GIT-FETCH.
This commit is contained in:
parent
538ca8dd65
commit
b54a1b504e
1 changed files with 5 additions and 5 deletions
|
@ -943,13 +943,13 @@ exceptions, macros, and a dynamic programming environment.")
|
||||||
(version (string-append "2.18.1-" revision "."
|
(version (string-append "2.18.1-" revision "."
|
||||||
(string-take commit 7)))
|
(string-take commit 7)))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://gitlab.com/wingo/guile-rsvg/"
|
(uri (git-reference
|
||||||
"repository/archive.tar.gz?ref="
|
(url "https://gitlab.com/wingo/guile-rsvg/")
|
||||||
commit))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vdzjx8l5nc4y2xjqs0g1rqn1zrwfsm30brh5gz00r1x41a2pvv2"))
|
"0cnbl40df2sbhpc32cma6j6w312rfvcgbxxqaixgf0ymim3fb248"))
|
||||||
(patches (search-patches "guile-rsvg-pkgconfig.patch"))
|
(patches (search-patches "guile-rsvg-pkgconfig.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue