diff options
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 2e3706b27d8..a29b93c4f90 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -22467,7 +22467,7 @@ conflicts.") | |||
| 22467 | (define-public emacs-xelb | 22467 | (define-public emacs-xelb |
| 22468 | (package | 22468 | (package |
| 22469 | (name "emacs-xelb") | 22469 | (name "emacs-xelb") |
| 22470 | (version "0.20") | 22470 | (version "0.21") |
| 22471 | (source | 22471 | (source |
| 22472 | (origin | 22472 | (origin |
| 22473 | (method git-fetch) | 22473 | (method git-fetch) |
| @@ -22477,7 +22477,7 @@ conflicts.") | |||
| 22477 | (file-name (git-file-name name version)) | 22477 | (file-name (git-file-name name version)) |
| 22478 | (sha256 | 22478 | (sha256 |
| 22479 | (base32 | 22479 | (base32 |
| 22480 | "0ph09j78pf3f97zxaqcsxfl1aq5rnlib1h6xyga01067lq9ir86m")))) | 22480 | "1xzjpbzfyb32xhsjbibv4rb4kd3rwrms6xaiag3irdralkkcvyca")))) |
| 22481 | (build-system emacs-build-system) | 22481 | (build-system emacs-build-system) |
| 22482 | ;; The following functions and variables needed by emacs-xelb are | 22482 | ;; The following functions and variables needed by emacs-xelb are |
| 22483 | ;; not included in emacs-minimal: | 22483 | ;; not included in emacs-minimal: |
| @@ -22498,8 +22498,7 @@ conflicts.") | |||
| 22498 | (emacs (search-input-file (or native-inputs inputs) | 22498 | (emacs (search-input-file (or native-inputs inputs) |
| 22499 | "/bin/emacs"))) | 22499 | "/bin/emacs"))) |
| 22500 | (invoke "make" | 22500 | (invoke "make" |
| 22501 | (format #f "PROTO_PATH=~a/share/xcb" xcb-proto) | 22501 | (format #f "PROTO_PATH=~a/share/xcb" xcb-proto)))))))) |
| 22502 | (format #f "EMACS_BIN=~a -Q" emacs)))))))) | ||
| 22503 | (native-inputs (list xcb-proto)) | 22502 | (native-inputs (list xcb-proto)) |
| 22504 | (propagated-inputs (list emacs-compat)) | 22503 | (propagated-inputs (list emacs-compat)) |
| 22505 | (home-page "https://github.com/emacs-exwm/xelb") | 22504 | (home-page "https://github.com/emacs-exwm/xelb") |
