mbuffer: fix and enable strictDeps (#379783)

This commit is contained in:
Aleksana
2025-02-12 10:46:27 +08:00
committed by GitHub
+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";