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: Ia349cd008073f8de3d9ea6089fd54ba16edbb29cmaster
parent
0370998826
commit
7cf95dc5f4
|
@ -31363,11 +31363,10 @@ keypresses mapped in firefox to the action described in the function name.")
|
||||||
(license (list license:gpl3+)))))
|
(license (list license:gpl3+)))))
|
||||||
|
|
||||||
(define-public emacs-exwm-firefox
|
(define-public emacs-exwm-firefox
|
||||||
(let ((commit "7390c3bc425894aeda3c12c23f61a234bb71a2d9")
|
(let ((commit "ba4044cf57f99656bbe1974278336b6abcb15497")) ;version bump
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-exwm-firefox")
|
(name "emacs-exwm-firefox")
|
||||||
(version (git-version "0.4" revision commit))
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -31376,8 +31375,13 @@ keypresses mapped in firefox to the action described in the function name.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xmgij04h4cbcgqafyyf9qajf0wp6mxpfpwjm6gi1jgisrql882d"))))
|
(base32 "1x9hc94a5wygyw714q98jbk4kjvys2ra94qdc2cbgkm6iq982rvq"))))
|
||||||
(build-system emacs-build-system)
|
(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))
|
(inputs (list emacs-exwm-firefox-core emacs-s emacs-exwm))
|
||||||
(home-page "https://codeberg.org/emacs-weirdware/exwm-firefox")
|
(home-page "https://codeberg.org/emacs-weirdware/exwm-firefox")
|
||||||
(synopsis "Enhanced support for Firefox under EXWM")
|
(synopsis "Enhanced support for Firefox under EXWM")
|
||||||
|
|
Reference in New Issue