Merge pull request #17685 from matthewbauer/darwin-misc2

Darwin misc. fixes
This commit is contained in:
Daniel Peebles
2016-08-24 11:52:27 +02:00
committed by GitHub
44 changed files with 162 additions and 49 deletions

View File

@@ -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;