nix: add ncurses so we have access to tic, infocmp, etc.

This commit is contained in:
Mitchell Hashimoto
2023-06-24 09:52:32 -07:00
parent aad8483323
commit 3a28ab1e8a

View File

@ -4,6 +4,7 @@
, flatpak-builder
, gdb
, glxinfo
, ncurses
, nodejs
, parallel
, pkg-config
@ -67,6 +68,7 @@ in mkShell rec {
nativeBuildInputs = [
# For builds
llvmPackages_latest.llvm
ncurses
pkg-config
scdoc
zig