Revert "emacs: disable __structuredAttrs for elisp packages for now" (#398988)

authored by Lin Jian and committed by GitHub fa24ebc6 728d5518

+1 -2
+1 -2
pkgs/applications/editors/emacs/build-support/generic.nix
··· 61 propagatedUserEnvPkgs = finalAttrs.packageRequires ++ propagatedUserEnvPkgs; 62 63 strictDeps = args.strictDeps or true; 64 - # TODO re-enable after #392928 reaches master 65 - # __structuredAttrs = args.__structuredAttrs or true; 66 67 inherit turnCompilationWarningToError ignoreCompilationError; 68
··· 61 propagatedUserEnvPkgs = finalAttrs.packageRequires ++ propagatedUserEnvPkgs; 62 63 strictDeps = args.strictDeps or true; 64 + __structuredAttrs = args.__structuredAttrs or true; 65 66 inherit turnCompilationWarningToError ignoreCompilationError; 67