gnum4: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-02 23:41:23 +02:00
parent 55bef4e745
commit 2dd210f977

View File

@@ -47,6 +47,8 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optional stdenv.hostPlatform.isMinGW "CFLAGS=-fno-stack-protector";
__structuredAttrs = true;
meta = {
description = "GNU M4, a macro processor";
longDescription = ''