nuttcp: fix macOS build
This commit is contained in:
parent
65d9a8e4fb
commit
d983235155
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
unpackPhase = ":";
|
||||
|
||||
buildPhase = ''
|
||||
gcc -O2 -o nuttcp $src
|
||||
cc -O2 -o nuttcp $src
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
|
Loading…
Reference in a new issue