From 063c901d6cc3d074b7e08245b65e241673096602 Mon Sep 17 00:00:00 2001 From: Dan Peebles Date: Sun, 8 Feb 2015 18:53:38 -0500 Subject: [PATCH] Minor purification of emacs24Macport (for upcoming pure darwin stdenv) --- pkgs/applications/editors/emacs-24/macport-24.4.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/applications/editors/emacs-24/macport-24.4.nix b/pkgs/applications/editors/emacs-24/macport-24.4.nix index 0af0e479a07f..694078ffa1f9 100644 --- a/pkgs/applications/editors/emacs-24/macport-24.4.nix +++ b/pkgs/applications/editors/emacs-24/macport-24.4.nix @@ -28,6 +28,9 @@ stdenv.mkDerivation rec { ''; preConfigure = '' + substituteInPlace Makefile.in --replace "/bin/pwd" "pwd" + substituteInPlace lib-src/Makefile.in --replace "/bin/pwd" "pwd" + patch -p0 < patch-mac # The search for 'tputs' will fail because it's in ncursesw within the