3
0
Fork 0
forked from mirrors/nixpkgs

emacsMacport: apply clean-env.patch

This commit is contained in:
Matthew Bauer 2018-06-09 12:32:53 -04:00
parent e2a10788c3
commit 697ae2a073

View file

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
sha256 = "0f2wzdw2a3ac581322b2y79rlj3c9f33ddrq9allj97r1si6v5xk";
};
patches = [ ./clean-env.patch ];
enableParallelBuilding = true;
nativeBuildInputs = [ pkgconfig autoconf automake ];