Merge pull request #146334 from flurie/fix-cbftp-darwin

cbftp: fix build on darwin
This commit is contained in:
Anderson Torres
2021-11-16 23:38:13 -03:00
committed by GitHub
+2
View File
@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
dontConfigure = true;
makeFlags = lib.optional stdenv.isDarwin "OPTFLAGS=-O0";
installPhase = ''
runHook preInstall