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
commit f468f356b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {