bws: cleanup dependencies

This commit is contained in:
Mario Rodas 2024-04-06 04:20:00 +00:00
parent 422e5c7019
commit 95974f051c
1 changed files with 3 additions and 1 deletions

View File

@ -29,13 +29,15 @@ rustPlatform.buildRustPackage rec {
};
nativeBuildInputs = [
perl
pkg-config
] ++ lib.optionals stdenv.isLinux [
perl
];
buildInputs =
[
oniguruma
] ++ lib.optionals stdenv.isLinux [
openssl
]
++ lib.optionals stdenv.isDarwin [