gnu: emacs-helm-exwm: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-helm-exwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2019-04-08 23:42:37 +02:00
parent 6141df6689
commit 5a6e6f5df2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 7 deletions

View File

@ -12056,14 +12056,12 @@ from @code{emms-source-file-default-directory}.")
(version (git-version "20180703" "2" commit))
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/emacs-helm/helm-exwm/archive/"
commit
".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/emacs-helm/helm-exwm.git")
(commit commit)))
(sha256
(base32
"0n7hdiajw5vxl8ha2r9r4cl4i7crza25348825wb6acwhhzijxcj"))))
(base32 "064ziinqa5sdv7rfjn0y278l12kld176fr88k4h78pgf2f2n7cd8"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)