cbftp: fix build on darwin

This commit is contained in:
flurie 2021-11-16 20:42:55 -05:00
parent 15cef13921
commit 2b46936e9c
No known key found for this signature in database
GPG key ID: D963E8522F408029

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
dontConfigure = true;
makeFlags = lib.optional stdenv.isDarwin "OPTFLAGS=-O0";
installPhase = ''
runHook preInstall