wyrd: fix build error with ncurses-6.0-abi5-compat

This commit is contained in:
xeji 2018-03-08 18:52:38 +01:00
parent b778e99fc3
commit de1427fabf

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