gnum4: enable structuredAttrs (#548586)

This commit is contained in:
Stefan Frijters
2026-08-14 11:55:18 +00:00
committed by GitHub

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 = ''