mbuffer: fix and enable strictDeps (#379783)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user