From ce37526ed71da825a5178f7466c5c2eb7c7d41d6 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 7 Mar 2018 18:03:50 -0600 Subject: [PATCH] squishyball: fix w/new ncurses https://github.com/NixOS/nixpkgs/pull/34477 https://bugs.debian.org/860334 --- pkgs/applications/audio/squishyball/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/audio/squishyball/default.nix b/pkgs/applications/audio/squishyball/default.nix index 2022183f4a083..496ce779ffb57 100644 --- a/pkgs/applications/audio/squishyball/default.nix +++ b/pkgs/applications/audio/squishyball/default.nix @@ -16,6 +16,8 @@ stdenv.mkDerivation rec { buildInputs = [ flac libao libvorbis ncurses opusfile ]; + NIX_CFLAGS_COMPILE = "-DNCURSES_INTERNALS"; + patches = [ ./gnu-screen.patch ]; postInstall = ''