Merge pull request #36544 from xeji/wyrd-fix-build

wyrd: fix build error with ncurses-6.0-abi5-compat
This commit is contained in:
Will Dietz
2018-03-08 12:51:10 -06:00
committed by GitHub

View File

@@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
buildInputs = [ ocaml ncurses remind camlp4 ];
# needed for configure phase to succeed
CPPFLAGS = "-DNCURSES_INTERNALS";
preferLocalBuild = true;
meta = with stdenv.lib; {