broot: remove oniguruma build input (#371536)

This commit is contained in:
Nick Cao
2025-01-07 09:32:44 -05:00
committed by GitHub
-3
View File
@@ -7,7 +7,6 @@
makeWrapper,
pkg-config,
libgit2,
oniguruma,
zlib,
buildPackages,
withClipboard ? true,
@@ -33,11 +32,9 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
# TODO: once https://github.com/Canop/broot/issues/956 is released, oniguruma can be removed.
buildInputs =
[
libgit2
oniguruma
]
++ lib.optionals stdenv.hostPlatform.isDarwin [
zlib