mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
nix
This commit is contained in:
@ -3,6 +3,7 @@
|
||||
, gdb
|
||||
, pkg-config
|
||||
, scdoc
|
||||
, vttest
|
||||
, zig
|
||||
|
||||
, libGL
|
||||
@ -15,12 +16,15 @@
|
||||
pkg-config
|
||||
scdoc
|
||||
zig
|
||||
|
||||
vttest
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
# TODO: non-linux
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libX11
|
||||
];
|
||||
|
||||
LD_LIBRARY_PATH="${libGL}/lib";
|
||||
LD_LIBRARY_PATH = "${libGL}/lib";
|
||||
}
|
||||
|
Reference in New Issue
Block a user