forked from mirrors/nixpkgs
emacsMacport: apply clean-env.patch
This commit is contained in:
parent
e2a10788c3
commit
697ae2a073
|
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0f2wzdw2a3ac581322b2y79rlj3c9f33ddrq9allj97r1si6v5xk";
|
||||
};
|
||||
|
||||
patches = [ ./clean-env.patch ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [ pkgconfig autoconf automake ];
|
||||
|
|
Loading…
Reference in a new issue