mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
cbftp: fix build on darwin
This commit is contained in:
parent
15cef13921
commit
2b46936e9c
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dontConfigure = true;
|
||||
|
||||
makeFlags = lib.optional stdenv.isDarwin "OPTFLAGS=-O0";
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user