ed: enable structuredAttrs

This commit is contained in:
Stefan Frijters
2026-08-03 13:04:08 +02:00
parent ed645b8fc0
commit ab0d16db05

View File

@@ -40,6 +40,8 @@ stdenv.mkDerivation (finalAttrs: {
};
};
__structuredAttrs = true;
meta = {
homepage = "https://www.gnu.org/software/ed/";
description = "GNU implementation of the standard Unix editor";