intel-llvm: disable __structuredAttrs on symlinkJoin (#511852)

This commit is contained in:
Michael Daniels
2026-04-22 19:19:39 -04:00
committed by GitHub
+4 -1
View File
@@ -118,7 +118,10 @@ let
inherit (self.unwrapped) pname version meta;
strictDeps = true;
__structuredAttrs = true;
# Currently broken for symlinkJoin, can be removed once the following
# reaches branch master:
# https://github.com/NixOS/nixpkgs/pull/510526
__structuredAttrs = false;
paths = with self; [
# Order is important, we want files from the wrappers to take precedence