Revert "emacs: disable __structuredAttrs for elisp packages for now"

This reverts commit 0e1c769aa5.

The proper fix #392928 is on master now so this temp workaround is not
needed any more.
This commit is contained in:
Lin Jian
2025-04-16 04:53:21 +08:00
parent 76c0317533
commit 52bd64efbf
@@ -61,8 +61,7 @@ lib.extendMkDerivation {
propagatedUserEnvPkgs = finalAttrs.packageRequires ++ propagatedUserEnvPkgs;
strictDeps = args.strictDeps or true;
# TODO re-enable after #392928 reaches master
# __structuredAttrs = args.__structuredAttrs or true;
__structuredAttrs = args.__structuredAttrs or true;
inherit turnCompilationWarningToError ignoreCompilationError;