From 1ed85a36e880bdef4a2fbebf46d0df1dc042df83 Mon Sep 17 00:00:00 2001 From: kilyanni Date: Mon, 20 Apr 2026 21:16:19 +0200 Subject: [PATCH] intel-llvm: disable __structuredAttrs on symlinkJoin due to #510434 --- pkgs/by-name/in/intel-llvm/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/in/intel-llvm/package.nix b/pkgs/by-name/in/intel-llvm/package.nix index 082c83ef4eb0..733b44471812 100644 --- a/pkgs/by-name/in/intel-llvm/package.nix +++ b/pkgs/by-name/in/intel-llvm/package.nix @@ -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