Unverified Commit 0e1c769a authored by Lin Jian's avatar Lin Jian
Browse files

emacs: disable __structuredAttrs for elisp packages for now

The issue #392928 fixes seems to affect many elisp packages.  For
example, about 900 MELPA packages are affected.  This commit is a
temporary fix and should be reverted after #392928 reaches master.

Close: #388829
parent 9c213ed8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,7 +61,8 @@ lib.extendMkDerivation {
      propagatedUserEnvPkgs = finalAttrs.packageRequires ++ propagatedUserEnvPkgs;

      strictDeps = args.strictDeps or true;
      __structuredAttrs = args.__structuredAttrs or true;
      # TODO re-enable after #392928 reaches master
      # __structuredAttrs = args.__structuredAttrs or true;

      inherit turnCompilationWarningToError ignoreCompilationError;