me
/
guix
Archived
1
0
Fork 0

gnu: spectrwm: Don't use unstable tarball.

* gnu/packages/wm.scm (spectrwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-11-03 06:51:37 +01:00
parent 0e564b5e18
commit b82bd90c09
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 8 additions and 8 deletions

View File

@ -1034,15 +1034,15 @@ Keybinder works with GTK-based applications using the X Window System.")
(version "3.2.0") (version "3.2.0")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (let ((version-with-underscores (uri (git-reference
(string-join (string-split version #\.) "_"))) (url "https://github.com/conformal/spectrwm.git")
(string-append "https://github.com/conformal/spectrwm/archive/" (commit
"SPECTRWM_" version-with-underscores ".tar.gz"))) (string-append "SPECTRWM_"
(file-name (string-append name "-" version ".tar.gz")) (string-join (string-split version #\.) "_")))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1dfqy5f0s1nv6rqkz9lj006vypmp4rwxd5vczfk3ndzqgnh19kw6"))))
"0z7gjmp1x6y8q3dnw6swvbv8x2wd4ykzjvi3ibk2sxhgc910907v"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:make-flags (let ((pkg-config (lambda (flag) `(#:make-flags (let ((pkg-config (lambda (flag)