mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: geomyidae: Don't use unstable tarball.
* gnu/packages/web.scm (geomyidae)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
ab3423d2ff
commit
429947ef62
1 changed files with 7 additions and 6 deletions
|
@ -6204,18 +6204,19 @@ (define-public geomyidae
|
|||
(version "0.31")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://git.r-36.net/geomyidae/snapshot/"
|
||||
"geomyidae-" version ".tar.bz2"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "git://r-36.net/geomyidae")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ih7220c6mgq4r7blm4kx3pxbl53sph58lqgwci6cmi3c0sq5c3x"))))
|
||||
(base32 "1ldv4bca2x9kq2fwmzg3l6qahvzg9kki3j9j5njl74k23zc2acik"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags (list "CC=gcc"
|
||||
(string-append "PREFIX="
|
||||
(assoc-ref %outputs "out")))
|
||||
#:tests? #f ;no tests
|
||||
#:tests? #f ; no tests
|
||||
#:phases (modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(home-page "http://git.r-36.net/geomyidae")
|
||||
|
|
Loading…
Reference in a new issue