gnu: emacs-exwm: Update to 0.14.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.14. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
		
							parent
							
								
									60793e3732
								
							
						
					
					
						commit
						c10d887dd9
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
					@ -4544,7 +4544,7 @@ It should enable you to implement low-level X11 applications.")
 | 
				
			||||||
(define-public emacs-exwm
 | 
					(define-public emacs-exwm
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "emacs-exwm")
 | 
					    (name "emacs-exwm")
 | 
				
			||||||
    (version "0.13")
 | 
					    (version "0.14")
 | 
				
			||||||
    (synopsis "Emacs X window manager")
 | 
					    (synopsis "Emacs X window manager")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4552,7 +4552,7 @@ It should enable you to implement low-level X11 applications.")
 | 
				
			||||||
                                  version ".tar"))
 | 
					                                  version ".tar"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0n1wzy6chh024r0yaywjbf7mdsrxs6hrfycv5v0ps0drf6q3zldc"))))
 | 
					                "14hjjpbasm84p54fxy73fg7g1fdwqkvisdw8dwwgzkflmd647mkx"))))
 | 
				
			||||||
    (build-system emacs-build-system)
 | 
					    (build-system emacs-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("emacs-xelb" ,emacs-xelb)))
 | 
					     `(("emacs-xelb" ,emacs-xelb)))
 | 
				
			||||||
| 
						 | 
					@ -4586,12 +4586,9 @@ It should enable you to implement low-level X11 applications.")
 | 
				
			||||||
                     TryExec=~@*~a~@
 | 
					                     TryExec=~@*~a~@
 | 
				
			||||||
                     Type=Application~%" ,name ,synopsis exwm-executable)))
 | 
					                     Type=Application~%" ,name ,synopsis exwm-executable)))
 | 
				
			||||||
               ;; Add a shell wrapper to bin
 | 
					               ;; 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
 | 
					               (with-output-to-file exwm-executable
 | 
				
			||||||
                 (lambda _
 | 
					                 (lambda _
 | 
				
			||||||
                   (format #t "#!~a ~@
 | 
					                   (format #t "#!~a ~@
 | 
				
			||||||
                     export DISPLAY=:0 ~@
 | 
					 | 
				
			||||||
                     ~a +SI:localuser:$USER ~@
 | 
					                     ~a +SI:localuser:$USER ~@
 | 
				
			||||||
                     exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
 | 
					                     exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
 | 
				
			||||||
                           (string-append (assoc-ref inputs "bash") "/bin/sh")
 | 
					                           (string-append (assoc-ref inputs "bash") "/bin/sh")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue