summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/27.nix
blob: 8bc65bad8b50674d58f8a7419197902866a5fa5a (plain) (blame)
1
2
3
4
5
6
7
import ./generic.nix (rec {
  version = "27.1";
  sha256 = "0h9f2wpmp6rb5rfwvqwv1ia1nw86h74p7hnz3vb3gjazj67i4k2a";
  patches = [
    ./tramp-detect-wrapped-gvfsd.patch
  ];
})