Update dependencies
This commit is contained in:
parent
b4584c6bfb
commit
febe49e220
2 changed files with 25 additions and 39 deletions
|
@ -1,14 +0,0 @@
|
|||
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