forked from mirrors/nixpkgs
sailsd: fix darwin build
This commit is contained in:
parent
b988a35436
commit
077005f6c4
|
@ -28,6 +28,11 @@ stdenv.mkDerivation rec {
|
|||
chmod 755 -R $sourceRoot/libsailing
|
||||
'';
|
||||
|
||||
patchPhase = ''
|
||||
substituteInPlace Makefile \
|
||||
--replace gcc cc
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Simulator daemon for autonomous sailing boats";
|
||||
homepage = https://github.com/sails-simulator/sailsd;
|
||||
|
|
Loading…
Reference in a new issue