From 6ff72c83ae30e92f77079ac18608e4ff9b3a2ba7 Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 11 Oct 2023 06:18:51 +0000 Subject: [PATCH] patch: mesa: dont depend on build python --- nixpatches/list.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixpatches/list.nix b/nixpatches/list.nix index d0f7380a..dfddc3fc 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -19,6 +19,12 @@ let // (if title != null then { name = title; } else {}) ); in [ + (fetchpatch' { + # merged *into staging* 2023/10/05 + title = "mesa: don't depend on build python"; + prUrl = "https://github.com/NixOS/nixpkgs/pull/259109"; + hash = "sha256-uSTWxAFPasx7MwNimqypUln9lowh+W3dMb5b+gM9kd0="; + }) # (fetchpatch' { # # disabled, at least until the PR is updated to use `pkg-config` instead of `pkgconfig`. # # the latter is an alias, which breaks nix-index