guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/18: gnu: emacs-exwm-firefox: Update to 1.2.


From: guix-commits
Subject: 14/18: gnu: emacs-exwm-firefox: Update to 1.2.
Date: Thu, 4 Jan 2024 06:11:29 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7cf95dc5f419fbcf2d46dc870b12775ba5a60911
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jan 4 11:54:17 2024 +0100

    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
---
 gnu/packages/emacs-xyz.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3f005e6db7..45f0a47493 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31363,11 +31363,10 @@ keypresses mapped in firefox to the action described 
in the function name.")
       (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 @@ keypresses mapped in firefox to the action described 
in the function name.")
                (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]