Revert "emacs: disable __structuredAttrs for elisp packages for now" (#398988)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user