Merge pull request #36544 from xeji/wyrd-fix-build
wyrd: fix build error with ncurses-6.0-abi5-compat
This commit is contained in:
commit
f468f356b0
@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ ocaml ncurses remind camlp4 ];
|
buildInputs = [ ocaml ncurses remind camlp4 ];
|
||||||
|
|
||||||
|
# needed for configure phase to succeed
|
||||||
|
CPPFLAGS = "-DNCURSES_INTERNALS";
|
||||||
|
|
||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user