Skip to content

Commit

Permalink
Merge pull request #36544 from xeji/wyrd-fix-build
Browse files Browse the repository at this point in the history
wyrd: fix build error with ncurses-6.0-abi5-compat
  • Loading branch information
dtzWill authored Mar 8, 2018
2 parents b09b557 + de1427f commit f468f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/misc/wyrd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit f468f35

Please sign in to comment.