mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
wyrd: fix build error with ncurses-6.0-abi5-compat
This commit is contained in:
parent
b778e99fc3
commit
de1427fabf
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user