squishyball: fix w/new ncurses
https://github.com/NixOS/nixpkgs/pull/34477 https://bugs.debian.org/860334
This commit is contained in:
parent
b778e99fc3
commit
ce37526ed7
|
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ flac libao libvorbis ncurses opusfile ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-DNCURSES_INTERNALS";
|
||||
|
||||
patches = [ ./gnu-screen.patch ];
|
||||
|
||||
postInstall = ''
|
||||
|
|
Loading…
Reference in New Issue