inlyne: fix build on darwin

This commit is contained in:
Adam C. Stephens
2026-02-06 16:32:00 -05:00
parent 6d042a05c4
commit bd5d5758ad
+4 -4
View File
@@ -33,12 +33,13 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
installShellFiles
]
++ lib.optionals stdenv.hostPlatform.isLinux [
pkg-config
];
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [
buildInputs = [
oniguruma
]
++ lib.optionals stdenv.hostPlatform.isLinux [
fontconfig
libxcursor
libxi
@@ -47,7 +48,6 @@ rustPlatform.buildRustPackage rec {
wayland
libxkbcommon
openssl
oniguruma
];
# use system oniguruma since the bundled one fails to build with gcc15