pkgs[emacs]: fix file notifications

main
idylls 11 months ago
parent 6ecbd7785d
commit a62b7f31de
Signed by: idylls
GPG Key ID: 52D7502B0C319049

@ -83,7 +83,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-HYZCw5bQuBiqq7hKP8fHEKZhlEunrtWH3JeJsOEH2PY=",
"narHash": "sha256-fOVKLoIteoafLvI6Mt1SFudGbKWzeL1U9cvKygl72xU=",
"path": "./pkgs",
"type": "path"
},

@ -75,7 +75,7 @@ in emacs.overrideAttrs (final: prev: {
"--with-threads"
"--with-modules"
"--with-native-compilation"
"--with-file-notifications=yes"
"--with-file-notification=yes"
"--without-compress-install"
"--with-x"
"--with-xml2"

Loading…
Cancel
Save