gnu: scdoc: Don't use unstable tarball.
The autogenerated tarball was modified upstream. * gnu/packages/man.scm (scdoc)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
d7b4ccefa9
commit
841e5fb4dd
1 changed files with 6 additions and 6 deletions
|
@ -293,13 +293,13 @@ automatically.")
|
||||||
(version "1.10.1")
|
(version "1.10.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://git.sr.ht/%7Esircmpwn/scdoc/archive/" version
|
(uri (git-reference
|
||||||
".tar.gz"))
|
(url "https://git.sr.ht/~sircmpwn/scdoc")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1xmh6fnp378xmiycslg4migs1vx7yly4i1cf2vbbnwim9c9g0aw7"))))
|
||||||
"13x7g1r56bshvfmlvapvz35ywnbgsh337kywb5kcv8nc6b3j3q40"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in a new issue