diff options
author | Jelle Licht <jlicht@fsfe.org> | 2021-11-02 12:12:04 +0100 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2021-11-02 20:56:36 +0100 |
commit | 87e57cbecbd166c549283224a28a5c68d2a9800c (patch) | |
tree | b5fd71669cc7292ee6de4ca461f93f9aaf617157 /gnu/local.mk | |
parent | 8d02b0d46cfc27b905f9276760aefacf518ae4f7 (diff) |
gnu: emacs-exwm: Remove obsolete patch.
* gnu/packages/patches/emacs-exwm-fix-fullscreen-states.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/emacs-xyz.scm (emacs-exwm)[source]: Remove patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index bbc54eff4f..b6cc3aacea 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1024,7 +1024,6 @@ dist_patch_DATA = \ %D%/packages/patches/elm-compiler-disable-reactor.patch \ %D%/packages/patches/elm-compiler-fix-map-key.patch \ %D%/packages/patches/emacs-exec-path.patch \ - %D%/packages/patches/emacs-exwm-fix-fullscreen-states.patch \ %D%/packages/patches/emacs-fix-scheme-indent-function.patch \ %D%/packages/patches/emacs-ignore-empty-xim-styles.patch \ %D%/packages/patches/emacs-json-reformat-fix-tests.patch \ |