mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: emacs-exwm-ss: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-exwm-ss): Update to 1.0. Change-Id: Ie206631cbe0670bca6e59f22862b555b6acbfe9b
This commit is contained in:
parent
452126f16a
commit
6a0c9ef0e8
1 changed files with 32 additions and 20 deletions
|
@ -35377,27 +35377,39 @@ navigation controls.")
|
||||||
(license (list license:gpl3+))))
|
(license (list license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-exwm-ss
|
(define-public emacs-exwm-ss
|
||||||
(let ((commit "b11d3df7a50c39b4e1b92ef8a6685cf80b53912c")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-exwm-ss")
|
||||||
(package
|
(version "1.0")
|
||||||
(name "emacs-exwm-ss")
|
(source
|
||||||
(version (git-version "0.1" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://codeberg.org/emacs-weirdware/exwm-ss.git")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://codeberg.org/emacs-weirdware/exwm-ss.git")
|
(sha256
|
||||||
(commit commit)))
|
(base32 "0a550gph4pwdwd372migahhwcpgj1qi5w2scxai38a7yp22vqwsv"))))
|
||||||
(file-name (git-file-name name version))
|
(inputs
|
||||||
(sha256
|
(list
|
||||||
(base32 "045b0cjycf7nf52ap89w5dz16l1qyh940qxwvdi76v6al78amrap"))))
|
emacs-exwm
|
||||||
(build-system emacs-build-system)
|
xscreensaver
|
||||||
(inputs (list emacs-exwm))
|
xset))
|
||||||
(home-page "https://codeberg.org/emacs-weirdware/exwm-ss")
|
(build-system emacs-build-system)
|
||||||
(synopsis "Automatically inhibit screensaver activation in EXWM")
|
(arguments
|
||||||
(description "This package provides a global minor mode to inhibit
|
(list
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'patch-program-references
|
||||||
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
(emacs-substitute-variables "exwm-ss.el"
|
||||||
|
("exwm-ss-xset-program"
|
||||||
|
(search-input-file inputs "/bin/xset"))
|
||||||
|
("exwm-ss-xscreensaver-command-program"
|
||||||
|
(search-input-file inputs "/bin/xscreensaver-command"))))))))
|
||||||
|
(home-page "https://codeberg.org/emacs-weirdware/exwm-ss")
|
||||||
|
(synopsis "Automatically inhibit screensaver activation in EXWM")
|
||||||
|
(description "This package provides a global minor mode to inhibit
|
||||||
screensaver activation in EXWM.")
|
screensaver activation in EXWM.")
|
||||||
(license (list license:gpl3+)))))
|
(license (list license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ert-async
|
(define-public emacs-ert-async
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue