about summary refs log tree commit diff
path: root/emacs.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-08-17T08·20+0200
committerVincent Ambo <mail@tazj.in>2018-08-17T08·20+0200
commitb64dd00fe3cc80ecca57fa19359a23cb5a960391 (patch)
tree870611476c7256147aee05380021825ecfc4bde2 /emacs.nix
parentc32445da81141f611e568d82d908c62ef2d940cc (diff)
chore(emacs): Add another potential fix for EXWM issue
Pulls in the changes from @medranocalvo's ch11ng/exwm#469 pull
request, which could be a potential fix for ch11ng/exwm#425.
Diffstat (limited to 'emacs.nix')
-rw-r--r--emacs.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs.nix b/emacs.nix
index 310b61078b9c..6146c2775cc5 100644
--- a/emacs.nix
+++ b/emacs.nix
@@ -157,11 +157,13 @@ sly = emacsPackagesNg.melpaBuild {
 exwm = emacsPackagesNg.exwm.overrideAttrs(_: {
   version = "master";
 
+  # This is not the original upstream repo, see PR:
+  # https://github.com/ch11ng/exwm/pull/469/
   src = fetchFromGitHub {
-    owner  = "ch11ng";
+    owner  = "medranocalvo";
     repo   = "exwm";
-    rev    = "aebcb0344f18b1aa284a432811175fde2d2feae5";
-    sha256 = "0niwbzim029lg71y5rrg607zfiw1zmhk7zcyk5874gbrkfmyr52b";
+    rev    = "4c67a459c9f3d929e04a6b6ade452b203171e35b";
+    sha256 = "0ia977m3wjkiccslbb3xf0m0bjmhys4c37j1prldi0rizrsf18r9";
  };
 });