mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #146334 from flurie/fix-cbftp-darwin
cbftp: fix build on darwin
This commit is contained in:
commit
12b0fcffab
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
dontConfigure = true;
|
||||
|
||||
makeFlags = lib.optional stdenv.isDarwin "OPTFLAGS=-O0";
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
|
Loading…
Reference in a new issue