minizip-ng: add structuredAttrs and strictDeps
This commit is contained in:
@@ -65,9 +65,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
|
||||
nativeCheckInputs = [ gtest ];
|
||||
checkInputs = [ gtest ];
|
||||
enableParallelChecking = false;
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
meta = {
|
||||
description = "Fork of the popular zip manipulation library found in the zlib distribution";
|
||||
homepage = "https://github.com/zlib-ng/minizip-ng";
|
||||
|
||||
Reference in New Issue
Block a user