From 151456da27a1e25db740f502ff794775d363611f Mon Sep 17 00:00:00 2001 From: Aycan iRiCAN Date: Mon, 20 Apr 2015 08:28:17 +0300 Subject: [PATCH] emacs-24: Removed obsolete patch file --- pkgs/applications/editors/emacs-24/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/editors/emacs-24/default.nix b/pkgs/applications/editors/emacs-24/default.nix index c6060d2720bc..01895647a6b8 100644 --- a/pkgs/applications/editors/emacs-24/default.nix +++ b/pkgs/applications/editors/emacs-24/default.nix @@ -32,7 +32,6 @@ stdenv.mkDerivation rec { }; patches = stdenv.lib.optionals stdenv.isDarwin [ - ./darwin-new-sections.patch ./at-fdcwd.patch ];