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:
@@ -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