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