3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36464 from dtzWill/fix/squishyball-ncurses

squishyball: fix w/new ncurses
This commit is contained in:
Will Dietz 2018-03-08 12:36:19 -06:00 committed by GitHub
commit 3a8d36afbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''