Update dependencies
All checks were successful
Cachix / build (elendel) (push) Successful in 2m22s
Cachix / build (kholinar) (push) Successful in 2m38s
Cachix / build (marabethia) (push) Successful in 2m4s

This commit is contained in:
Charlotte Van Petegem 2025-03-29 12:50:50 +01:00
parent b4584c6bfb
commit febe49e220
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
2 changed files with 25 additions and 39 deletions

View file

@ -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;