summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/27.nix
blob: e0e41a78b9ce3f79028f8f86d323cc256e6f384d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import ./generic.nix (rec {
  version = "27.2";
  sha256 = "sha256-tKfMTnjmPzeGJOCRkhW5EK9bsqCvyBn60pgnLp9Awbk=";
  patches = fetchpatch: [
    ./tramp-detect-wrapped-gvfsd.patch
    (fetchpatch {
      name = "fix-aarch64-darwin-triplet.patch";
      url = "https://git.savannah.gnu.org/cgit/emacs.git/patch/?id=a88f63500e475f842e5fbdd9abba4ce122cdb082";
      sha256 = "sha256-RF9b5PojFUAjh2TDUW4+HaWveV30Spy1iAXhaWf1ZVg=";
    })
  ];
})