From 25f7488f64da8f4df4dc40c8d0b6b84960070b89 Mon Sep 17 00:00:00 2001 From: natsukium Date: Thu, 20 Jun 2024 16:18:59 +0900 Subject: [PATCH] mesa: fix build with python312 --- 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 de1399ff3fca..43aa88034168 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -272,6 +272,7 @@ in stdenv.mkDerivation { flex file python3Packages.python + python3Packages.packaging python3Packages.pycparser python3Packages.mako python3Packages.ply