mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
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 New Issue
Block a user