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