mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
mbedtls: enable __structuredAttrs (#517450)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mbedtls";
|
||||
inherit version;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Mbed-TLS";
|
||||
|
||||
Reference in New Issue
Block a user