racket: add ncurses dependency

This commit is contained in:
hazel levine 2022-02-13 17:15:55 -05:00
parent d68537fe60
commit 6a74f6251d
No known key found for this signature in database
GPG key ID: 1884029A28789A62

View file

@ -37,6 +37,7 @@ let
libjpeg
libpng
mpfr
ncurses
openssl
pango
poppler
@ -69,8 +70,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cacert wrapGAppsHook ];
buildInputs = [ fontconfig libffi libtool sqlite gsettings-desktop-schemas gtk3 ]
++ lib.optionals stdenv.isDarwin [ libiconv CoreFoundation ncurses ];
buildInputs = [ fontconfig libffi libtool sqlite gsettings-desktop-schemas gtk3 ncurses ]
++ lib.optionals stdenv.isDarwin [ libiconv CoreFoundation ];
patches = [
# Hardcode variant detection because we wrap the Racket binary making it