about summary refs log tree commit diff
path: root/pkgs/applications/audio/squishyball
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-03-07 18:03:50 -0600
committerWill Dietz <w@wdtz.org>2018-03-07 18:03:50 -0600
commitce37526ed71da825a5178f7466c5c2eb7c7d41d6 (patch)
tree6c3261dd271c344d2e8a3b04c0f72f4011038ab3 /pkgs/applications/audio/squishyball
parentb778e99fc38ccaacb4b6d05db9533f46f0e0f891 (diff)
squishyball: fix w/new ncurses
https://github.com/NixOS/nixpkgs/pull/34477
https://bugs.debian.org/860334
Diffstat (limited to 'pkgs/applications/audio/squishyball')
-rw-r--r--pkgs/applications/audio/squishyball/default.nix2
1 files changed, 2 insertions, 0 deletions
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 = ''