Merge branch 'master' into staging

This commit is contained in:
obadz
2016-08-24 11:57:44 +01:00
46 changed files with 363 additions and 50 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;