nix: add ncurses so we have access to tic, infocmp, etc.
parent
aad8483323
commit
3a28ab1e8a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue