From 1e688f13244ae676ae6ab53583504f8436745dc5 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Tue, 9 Jun 2026 01:04:02 +0300 Subject: [PATCH] llvmPackages.bintools-unwrapped: inherit `meta.teams` from `llvm` --- pkgs/development/compilers/llvm/common/bintools.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/compilers/llvm/common/bintools.nix b/pkgs/development/compilers/llvm/common/bintools.nix index 64d165a0f21f..afa512a86a75 100644 --- a/pkgs/development/compilers/llvm/common/bintools.nix +++ b/pkgs/development/compilers/llvm/common/bintools.nix @@ -23,6 +23,9 @@ runCommand "${pname}-${version}" inherit targetPrefix; inherit llvm lld; }; + meta = { + inherit (llvm.meta) teams; + }; } '' mkdir -p $out/bin