Skip to content

Commit fa24ebc

Browse files
authored
Revert "emacs: disable __structuredAttrs for elisp packages for now" (#398988)
2 parents 728d551 + 52bd64e commit fa24ebc

File tree

1 file changed

+1
-2
lines changed
  • pkgs/applications/editors/emacs/build-support

1 file changed

+1
-2
lines changed

pkgs/applications/editors/emacs/build-support/generic.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ lib.extendMkDerivation {
6161
propagatedUserEnvPkgs = finalAttrs.packageRequires ++ propagatedUserEnvPkgs;
6262

6363
strictDeps = args.strictDeps or true;
64-
# TODO re-enable after #392928 reaches master
65-
# __structuredAttrs = args.__structuredAttrs or true;
64+
__structuredAttrs = args.__structuredAttrs or true;
6665

6766
inherit turnCompilationWarningToError ignoreCompilationError;
6867

0 commit comments

Comments
 (0)