gnupatch: enable structuredAttrs (#551470)

This commit is contained in:
Michael Daniels
2026-08-11 21:41:02 +00:00
committed by GitHub

View File

@@ -33,6 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
__structuredAttrs = true;
meta = {
description = "GNU Patch, a program to apply differences to files";
mainProgram = "patch";