minizip-ng: add structuredAttrs and strictDeps

This commit is contained in:
kuflierl
2026-05-31 13:09:54 +02:00
parent b8e97ce156
commit 5afb67bdac
+4 -1
View File
@@ -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";