mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
nix: use packages = instead of (native)buildInputs as that is recommended
This commit is contained in:
@ -78,7 +78,7 @@ in
|
||||
mkShell {
|
||||
name = "ghostty";
|
||||
|
||||
nativeBuildInputs =
|
||||
packages =
|
||||
[
|
||||
# For builds
|
||||
llvmPackages_latest.llvm
|
||||
@ -120,13 +120,7 @@ in
|
||||
gdb
|
||||
valgrind
|
||||
wraptest
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
# TODO: non-linux
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [
|
||||
bzip2
|
||||
expat
|
||||
fontconfig
|
||||
|
Reference in New Issue
Block a user