sails: don't treat warnings as errors to fix the build
Reported upstream as kragniz/sails/issues/18
This commit is contained in:
parent
1aad98d044
commit
4d70496ebb
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ cmake pkgconfig gtk3 librsvg ];
|
buildInputs = [ cmake pkgconfig gtk3 librsvg ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simulator for autonomous sailing boats";
|
description = "Simulator for autonomous sailing boats";
|
||||||
homepage = https://github.com/kragniz/sails;
|
homepage = https://github.com/kragniz/sails;
|
||||||
|
Loading…
Reference in New Issue
Block a user