mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
emacs-mac: remove MAC_OS_X_VERSION_MAX_ALLOWED
No longer needed
This commit is contained in:
parent
c08fe0f8b1
commit
ba957d538d
|
@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-mac-app=$$out/Applications"
|
||||
];
|
||||
|
||||
CFLAGS = "-O3 -DMAC_OS_X_VERSION_MAX_ALLOWED=MAC_OS_X_VERSION_10_10 -DMAC_OS_X_VERSION_MIN_REQUIRED=MAC_OS_X_VERSION_10_10";
|
||||
CFLAGS = "-O3";
|
||||
LDFLAGS = "-O3 -L${ncurses.out}/lib";
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in a new issue