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") (version "0.9.5")
(source (source
(origin (origin
(file-name (string-append name "-" version ".tar.gz")) (method git-fetch)
(method url-fetch) (uri (git-reference
(uri (string-append (url "https://github.com/baskerville/bspwm.git")
"https://github.com/baskerville/bspwm/archive/" (commit version)))
version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "09h3g1rxxjyw861mk32lj774nmwkx8cwxq4wfgmf4dpbizymvhhr"))))
"10pph8wxqysgk7b2h0svs0nwacn1a4y44jnzzry32pd1ysx92d97"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("libxcb" ,libxcb) `(("libxcb" ,libxcb)