libressl: enable strictDeps and __structuredAttrs

This commit is contained in:
Ruud van Asseldonk
2026-05-01 23:23:36 +02:00
parent 1665623390
commit c74cade494
+3
View File
@@ -23,6 +23,9 @@ let
pname = "libressl";
inherit version;
strictDeps = true;
__structuredAttrs = true;
src = fetchurl {
url = "mirror://openbsd/LibreSSL/libressl-${version}.tar.gz";
inherit hash;