mbuffer: fix and enable strictDeps

`openssl` is also a native check dependency. This doesn't affect cross,
but only native strictDeps builds.
This commit is contained in:
Sergei Zimmerman
2025-02-06 10:54:24 +03:00
parent cfb7f2612a
commit 6adcba9704
+4
View File
@@ -25,8 +25,12 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
which
];
nativeCheckInputs = [
openssl
];
doCheck = true;
strictDeps = true;
meta = {
description = "Tool for buffering data streams with a large set of unique features";