gnu: stumpwm: Don't use unstable tarball.
* gnu/packages/lisp.scm (stumpwm)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
eabcf02efd
commit
4d2c51dec2
@ -980,18 +980,19 @@ from other CLXes around the net.")
|
|||||||
(package
|
(package
|
||||||
(name "stumpwm")
|
(name "stumpwm")
|
||||||
(version "18.11")
|
(version "18.11")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method git-fetch)
|
||||||
"https://github.com/stumpwm/stumpwm/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/stumpwm/stumpwm.git")
|
||||||
(sha256
|
(commit version)))
|
||||||
(base32 "177gxfk4c127i9crghx6fmkipznhgylvzgnjb2pna38g21gg6s39"))
|
(file-name (git-file-name "stumpwm" version))
|
||||||
(file-name (string-append "stumpwm-" version ".tar.gz"))
|
(sha256
|
||||||
(patches
|
(base32 "003g1fmh7446ws49866kzny4lrk1wf034dq5fa4m9mq1nzc7cwv7"))
|
||||||
;; This patch is included in the post-18.11 git master tree
|
(patches
|
||||||
;; and can be removed when we move to the next release.
|
;; This patch is included in the post-18.11 git master tree
|
||||||
(search-patches "stumpwm-fix-broken-read-one-line.patch"))))
|
;; and can be removed when we move to the next release.
|
||||||
|
(search-patches "stumpwm-fix-broken-read-one-line.patch"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs `(("fiasco" ,sbcl-fiasco)
|
(native-inputs `(("fiasco" ,sbcl-fiasco)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
|
Loading…
Reference in New Issue
Block a user