mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-20 14:25:19 +00:00
initial glfw stuff working
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
{ mkShell, lib, stdenv
|
||||
|
||||
, gdb
|
||||
, pkg-config
|
||||
, scdoc
|
||||
, zig
|
||||
|
||||
, glfw
|
||||
, libX11
|
||||
, vulkan-headers
|
||||
}: mkShell rec {
|
||||
name = "ghostty";
|
||||
|
||||
nativeBuildInputs = [
|
||||
gdb
|
||||
pkg-config
|
||||
scdoc
|
||||
zig
|
||||
@@ -16,6 +20,8 @@
|
||||
|
||||
buildInputs = [
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
glfw
|
||||
libX11
|
||||
vulkan-headers
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user