mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
nix: add ncurses so we have access to tic, infocmp, etc.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user