mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
gnum4: enable structuredAttrs
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user