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

pull/157/head
Mitchell Hashimoto 2023-06-24 09:52:32 -07:00
parent aad8483323
commit 3a28ab1e8a
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 0 deletions

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