From 4264f487ee961c01ea0feb412211549e74e80e27 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 17 Nov 2025 00:45:08 +0000 Subject: [PATCH] mesa: move `pco_clc` to `cross_tools` output pco_clc is another one of those build helpers, newly added to mesa. installing it to `cross_tools` fixes cross compilation of mesa. --- pkgs/development/libraries/mesa/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 4320ea6d6360..59e68c60de96 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -340,6 +340,7 @@ stdenv.mkDerivation { moveToOutput bin/panfrost_compile $cross_tools moveToOutput bin/panfrost_texfeatures $cross_tools moveToOutput bin/panfrostdump $cross_tools + moveToOutput bin/pco_clc $cross_tools moveToOutput bin/vtn_bindgen2 $cross_tools moveToOutput "lib/lib*OpenCL*" $opencl