mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: emacs-exwm-firefox: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-exwm-firefox): Update to 1.2. [arguments]: Add a phase to enter "lisp" sub-directory. Change-Id: Ia349cd008073f8de3d9ea6089fd54ba16edbb29c
This commit is contained in:
parent
0370998826
commit
7cf95dc5f4
1 changed files with 8 additions and 4 deletions
|
@ -31363,11 +31363,10 @@ (define-public emacs-exwm-firefox-core
|
|||
(license (list license:gpl3+)))))
|
||||
|
||||
(define-public emacs-exwm-firefox
|
||||
(let ((commit "7390c3bc425894aeda3c12c23f61a234bb71a2d9")
|
||||
(revision "1"))
|
||||
(let ((commit "ba4044cf57f99656bbe1974278336b6abcb15497")) ;version bump
|
||||
(package
|
||||
(name "emacs-exwm-firefox")
|
||||
(version (git-version "0.4" revision commit))
|
||||
(version "1.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -31376,8 +31375,13 @@ (define-public emacs-exwm-firefox
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0xmgij04h4cbcgqafyyf9qajf0wp6mxpfpwjm6gi1jgisrql882d"))))
|
||||
(base32 "1x9hc94a5wygyw714q98jbk4kjvys2ra94qdc2cbgkm6iq982rvq"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _ (chdir "lisp"))))))
|
||||
(inputs (list emacs-exwm-firefox-core emacs-s emacs-exwm))
|
||||
(home-page "https://codeberg.org/emacs-weirdware/exwm-firefox")
|
||||
(synopsis "Enhanced support for Firefox under EXWM")
|
||||
|
|
Loading…
Reference in a new issue