gnugrep: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-03 01:10:54 +02:00
parent 5d290f6ac1
commit 877c99aeb3

View File

@@ -99,6 +99,8 @@ stdenv.mkDerivation {
NIX_CFLAGS_COMPILE = "-Wno-error=format-security";
};
__structuredAttrs = true;
meta = {
homepage = "https://www.gnu.org/software/grep/";
description = "GNU implementation of the Unix grep command";