guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-exwm: Update to 0.14.


From: Arun Isaac
Subject: 01/02: gnu: emacs-exwm: Update to 0.14.
Date: Thu, 25 May 2017 14:02:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit c10d887dd98f2c8893b3acda10db650c81898134
Author: Jan Nieuwenhuizen <address@hidden>
Date:   Thu May 25 09:46:51 2017 +0200

    gnu: emacs-exwm: Update to 0.14.
    
    * gnu/packages/emacs.scm (emacs-exwm): Update to 0.14.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 gnu/packages/emacs.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8c3950d..4160ead 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4544,7 +4544,7 @@ It should enable you to implement low-level X11 
applications.")
 (define-public emacs-exwm
   (package
     (name "emacs-exwm")
-    (version "0.13")
+    (version "0.14")
     (synopsis "Emacs X window manager")
     (source (origin
               (method url-fetch)
@@ -4552,7 +4552,7 @@ It should enable you to implement low-level X11 
applications.")
                                   version ".tar"))
               (sha256
                (base32
-                "0n1wzy6chh024r0yaywjbf7mdsrxs6hrfycv5v0ps0drf6q3zldc"))))
+                "14hjjpbasm84p54fxy73fg7g1fdwqkvisdw8dwwgzkflmd647mkx"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-xelb" ,emacs-xelb)))
@@ -4586,12 +4586,9 @@ It should enable you to implement low-level X11 
applications.")
                      address@hidden@
                      Type=Application~%" ,name ,synopsis exwm-executable)))
                ;; Add a shell wrapper to bin
-               ;; Set DISPLAY variable to work around
-               ;; https://github.com/ch11ng/exwm/issues/213
                (with-output-to-file exwm-executable
                  (lambda _
                    (format #t "#!~a ~@
-                     export DISPLAY=:0 ~@
                      ~a +SI:localuser:$USER ~@
                      exec ~a --exit-with-session ~a \"address@hidden" --eval 
'~s' ~%"
                            (string-append (assoc-ref inputs "bash") "/bin/sh")



reply via email to

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