openssl*: enable strictDeps and __structuredAttrs (#511298)

This commit is contained in:
Vladimír Čunát 2026-05-13 13:30:11 +00:00 committed by GitHub
commit 8edd789084
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -378,8 +378,8 @@ let
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
strictDeps = lib.versionAtLeast version "4.0";
__structuredAttrs = lib.versionAtLeast version "4.0";
strictDeps = true;
__structuredAttrs = true;
meta = {
homepage = "https://www.openssl.org/";