squishyball: fix w/new ncurses

https://github.com/NixOS/nixpkgs/pull/34477
https://bugs.debian.org/860334
This commit is contained in:
Will Dietz 2018-03-07 18:03:50 -06:00
parent b778e99fc3
commit ce37526ed7
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
buildInputs = [ flac libao libvorbis ncurses opusfile ];
NIX_CFLAGS_COMPILE = "-DNCURSES_INTERNALS";
patches = [ ./gnu-screen.patch ];
postInstall = ''