mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-27 11:58:37 +03:00
nix: add libX11
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
{ mkShell
|
||||
{ mkShell, lib, stdenv
|
||||
|
||||
, pkg-config
|
||||
, scdoc
|
||||
, zig
|
||||
|
||||
, libX11
|
||||
}: mkShell rec {
|
||||
name = "ghostty";
|
||||
|
||||
@ -13,5 +15,7 @@
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
libX11
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user