Skip to content

Commit

Permalink
Merge pull request #59741 from matthewbauer/emacs-mac-26-2
Browse files Browse the repository at this point in the history
emacs-mac: 26.1 -> 26.2
  • Loading branch information
adisbladis committed Apr 16, 2019
2 parents c382b03 + f7776ce commit 4c4ad72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
15 changes: 0 additions & 15 deletions pkgs/applications/editors/emacs/clean-env-macport.patch

This file was deleted.

10 changes: 5 additions & 5 deletions pkgs/applications/editors/emacs/macport.nix
Expand Up @@ -4,27 +4,27 @@
}:

stdenv.mkDerivation rec {
emacsVersion = "26.1";
emacsVersion = "26.2";
emacsName = "emacs-${emacsVersion}";
macportVersion = "7.4";
macportVersion = "7.6";
name = "emacs-mac-${emacsVersion}-${macportVersion}";

src = fetchurl {
url = "mirror://gnu/emacs/${emacsName}.tar.xz";
sha256 = "0b6k1wq44rc8gkvxhi1bbjxbz3cwg29qbq8mklq2az6p1hjgrx0w";
sha256 = "13n5m60i47k96mpv5pp6km2ph9rv2m5lmbpzj929v02vpsfyc70m";
};

macportSrc = fetchurl {
url = "ftp://ftp.math.s.chiba-u.ac.jp/emacs/${emacsName}-mac-${macportVersion}.tar.gz";
sha256 = "1xl3rfqw1f3jil20xf6iy0f1hdk9adj8rnv7xhcjq4pymj4w8ka6";
sha256 = "00szqb74ds89m34sx5mq0gxhsrz64j691sxyvqncj10hw17d0y61";
};

hiresSrc = fetchurl {
url = "ftp://ftp.math.s.chiba-u.ac.jp/emacs/emacs-hires-icons-3.0.tar.gz";
sha256 = "0f2wzdw2a3ac581322b2y79rlj3c9f33ddrq9allj97r1si6v5xk";
};

patches = [ ./clean-env-macport.patch ];
patches = [ ./clean-env.patch ];

enableParallelBuilding = true;

Expand Down

0 comments on commit 4c4ad72

Please sign in to comment.