mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
openssl*: enable strictDeps and __structuredAttrs (#511298)
This commit is contained in:
commit
8edd789084
1 changed files with 2 additions and 2 deletions
|
|
@ -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/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue