gnu: bspwm: Don't use unstable tarball.

* gnu/packages/wm.scm (bspwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2018-12-23 11:24:56 +01:00
parent a4880a2735
commit 782b1224ec
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 7 deletions

View File

@ -108,14 +108,13 @@ nested include statements).")
(version "0.9.5")
(source
(origin
(file-name (string-append name "-" version ".tar.gz"))
(method url-fetch)
(uri (string-append
"https://github.com/baskerville/bspwm/archive/"
version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/baskerville/bspwm.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"10pph8wxqysgk7b2h0svs0nwacn1a4y44jnzzry32pd1ysx92d97"))))
(base32 "09h3g1rxxjyw861mk32lj774nmwkx8cwxq4wfgmf4dpbizymvhhr"))))
(build-system gnu-build-system)
(inputs
`(("libxcb" ,libxcb)