Unverified Commit 52bd64ef authored by Lin Jian's avatar Lin Jian
Browse files

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

This reverts commit 0e1c769a.

The proper fix #392928 is on master now so this temp workaround is not
needed any more.
parent 76c03175
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;