sailsd: fix darwin build

wip/yesman
Matthew Bauer 8 years ago
parent b988a35436
commit 077005f6c4
  1. 5
      pkgs/misc/sailsd/default.nix

@ -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…
Cancel
Save