nixpkgs/pkgs/applications/editors/emacs
Alyssa Ross 755670f5e4
emacs: fix siteVersionDir path
siteVersionDir isn't a full path, it's just the name of the version
directory entry in $out/share/emacs, e.g. "27.1", so since
d1b0eef9b51 ("emacs: Don't use interpolation for version"), we've been
trying to remove a non-existent directory.  This would have been
caught if we hadn't been giving -f to rm unnecessarily, because -f
suppresses errors.  As well as fixing the path, I've removed the -f
from rm.  Doing this to the line above as well revealed that rm-ing
$out/var was no longer necessary, since nothing has been put there
since ac23a7c459d8 ("emacs: 25.3 → 26.1") -- it would now only be
created if we set the --with-gameuser configure option, which we
don't.
2020-12-10 12:19:14 +00:00
..
26.nix emacs26: Add back at version 26.3 2020-08-21 00:58:17 +02:00
27.nix emacs: Factor out expression to a generic build 2020-08-21 00:54:00 +02:00
at-fdcwd.patch emacs: readd version 25 2018-05-28 13:35:05 -04:00
clean-env-26.patch emacs26: Add back at version 26.3 2020-08-21 00:58:17 +02:00
clean-env.patch emacs: 26.3 -> 27.1 2020-08-11 13:41:44 +02:00
generic.nix emacs: fix siteVersionDir path 2020-12-10 12:19:14 +00:00
macport.nix emacs-mac: json support 2020-09-08 09:56:12 +01:00
site-start.el emacs: properly calculate the path of the src directory 2020-11-15 13:32:05 -05:00
tramp-detect-wrapped-gvfsd-26.patch emacs26: Add back at version 26.3 2020-08-21 00:58:17 +02:00
tramp-detect-wrapped-gvfsd.patch emacs: 26.3 -> 27.1 2020-08-11 13:41:44 +02:00