[staging-next] intel-llvm: reenable __structuredAttrs on symlinkJoin following #510526 (#518538)

This commit is contained in:
Doron Behar
2026-05-10 05:04:20 +00:00
committed by GitHub
+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