intel-llvm: reenable __structuredAttrs on symlinkJoin following #510526

This reverts commit #511852 / 1ed85a36e8.

This is no longer needed, now that #510526 has been merged.
This commit is contained in:
kilyanni
2026-05-10 01:08:37 +02:00
parent aa5320ee3d
commit 21d8b0b428
+1 -4
View File
@@ -132,10 +132,7 @@ let
inherit (self.unwrapped) pname version meta;
strictDeps = true;
# Currently broken for symlinkJoin, can be removed once the following
# reaches branch master:
# https://github.com/NixOS/nixpkgs/pull/510526
__structuredAttrs = false;
__structuredAttrs = true;
paths = with self; [
# Order is important, we want files from the wrappers to take precedence