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