From 21d8b0b428f885829f6c5fac50817c77fb8ef744 Mon Sep 17 00:00:00 2001 From: kilyanni Date: Sun, 10 May 2026 01:03:28 +0200 Subject: [PATCH] intel-llvm: reenable __structuredAttrs on symlinkJoin following #510526 This reverts commit #511852 / 1ed85a36e880bdef4a2fbebf46d0df1dc042df83. This is no longer needed, now that #510526 has been merged. --- pkgs/by-name/in/intel-llvm/package.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/by-name/in/intel-llvm/package.nix b/pkgs/by-name/in/intel-llvm/package.nix index d63b869d2038..04fba865125a 100644 --- a/pkgs/by-name/in/intel-llvm/package.nix +++ b/pkgs/by-name/in/intel-llvm/package.nix @@ -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