mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm-exwm: Update to 0.0.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-exwm): Update to 0.0.2.
This commit is contained in:
parent
90fb592321
commit
62c27e09f0
1 changed files with 22 additions and 23 deletions
|
@ -15626,32 +15626,31 @@ from @code{emms-source-file-default-directory}.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helm-exwm
|
(define-public emacs-helm-exwm
|
||||||
(let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
|
(package
|
||||||
(package
|
(name "emacs-helm-exwm")
|
||||||
(name "emacs-helm-exwm")
|
(version "0.0.2")
|
||||||
(version (git-version "20180703" "2" commit))
|
(source
|
||||||
(source
|
(origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/emacs-helm/helm-exwm.git")
|
||||||
(url "https://github.com/emacs-helm/helm-exwm.git")
|
(commit version)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "0g4k01ps14bp2az8v6dcag9llg045k2b4kdis81xx4lvw76znr9v"))))
|
||||||
(base32 "064ziinqa5sdv7rfjn0y278l12kld176fr88k4h78pgf2f2n7cd8"))))
|
(build-system emacs-build-system)
|
||||||
(build-system emacs-build-system)
|
(propagated-inputs
|
||||||
(propagated-inputs
|
`(("emacs-helm" ,emacs-helm)
|
||||||
`(("emacs-helm" ,emacs-helm)
|
("emacs-exwm" ,emacs-exwm)))
|
||||||
("emacs-exwm" ,emacs-exwm)))
|
(home-page
|
||||||
(home-page
|
"https://github.com/emacs-helm/helm-exwm")
|
||||||
"https://github.com/emacs-helm/helm-exwm")
|
(synopsis "Helm for EXWM buffers")
|
||||||
(synopsis "Helm for EXWM buffers")
|
(description
|
||||||
(description
|
"@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
|
||||||
"@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
|
|
||||||
@code{helm-exwm-switch} is a convenience X application launcher using Helm to
|
@code{helm-exwm-switch} is a convenience X application launcher using Helm to
|
||||||
switch between the various windows of one or several specific applications.
|
switch between the various windows of one or several specific applications.
|
||||||
See @code{helm-exwm-switch-browser} for an example.")
|
See @code{helm-exwm-switch-browser} for an example.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-helm-flycheck
|
(define-public emacs-helm-flycheck
|
||||||
(let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
|
(let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue