mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nuttcp: fix macOS build
This commit is contained in:
parent
65d9a8e4fb
commit
d983235155
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
unpackPhase = ":";
|
||||
|
||||
buildPhase = ''
|
||||
gcc -O2 -o nuttcp $src
|
||||
cc -O2 -o nuttcp $src
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user