summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/26.nix
blob: 1667bec9932128c4074e990a91dc6febcf26fc3b (plain) (blame)
1
2
3
4
5
6
7
import ./generic.nix (rec {
  version = "26.3";
  sha256 = "119ldpk7sgn9jlpyngv5y4z3i7bb8q3xp4p0qqi7i5nq39syd42d";
  patches = [
    ./tramp-detect-wrapped-gvfsd-26.patch
  ];
})