Add emacs-fixing patch
This commit is contained in:
parent
2e6747ff46
commit
e593475293
1 changed files with 14 additions and 0 deletions
14
patches/393314.patch
Normal file
14
patches/393314.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff --git a/pkgs/applications/editors/emacs/build-support/generic.nix b/pkgs/applications/editors/emacs/build-support/generic.nix
|
||||
index b4e96f6490fb05..167f0fcb86b4b6 100644
|
||||
--- a/pkgs/applications/editors/emacs/build-support/generic.nix
|
||||
+++ b/pkgs/applications/editors/emacs/build-support/generic.nix
|
||||
@@ -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;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue