We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 728d551 + 52bd64e commit fa24ebcCopy full SHA for fa24ebc
pkgs/applications/editors/emacs/build-support/generic.nix
@@ -61,8 +61,7 @@ lib.extendMkDerivation {
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;
+ __structuredAttrs = args.__structuredAttrs or true;
66
67
inherit turnCompilationWarningToError ignoreCompilationError;
68
0 commit comments