Merge pull request #98965 from r-burns/sshping
sshping: fix build on darwin
This commit is contained in:
commit
4e75022bcf
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ libssh ];
|
buildInputs = [ libssh ];
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
g++ -Wall -I ext/ -o bin/sshping src/sshping.cxx -lssh
|
$CXX -Wall -I ext/ -o bin/sshping src/sshping.cxx -lssh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user