mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-30 19:11:39 +00:00
use nix-direnv
This commit is contained in:
@@ -24,14 +24,18 @@
|
||||
name = "ghostty";
|
||||
|
||||
nativeBuildInputs = [
|
||||
gdb
|
||||
# For builds
|
||||
pkg-config
|
||||
scdoc
|
||||
tracy
|
||||
zig
|
||||
|
||||
# Utilities
|
||||
glxinfo
|
||||
vttest
|
||||
|
||||
# Testing
|
||||
gdb
|
||||
tracy
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -39,11 +43,6 @@
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libGL
|
||||
|
||||
fontconfig
|
||||
freetype
|
||||
libpng
|
||||
bzip2
|
||||
|
||||
libX11
|
||||
libXcursor
|
||||
libXext
|
||||
|
||||
Reference in New Issue
Block a user