mesa: remove libgrl.a

Saves a bit of space.
This commit is contained in:
K900 2023-03-26 16:08:02 +03:00
parent e9f8bfcdf2
commit c8217d6ba4

View file

@ -1,6 +1,6 @@
{ version, hash }:
{ stdenv, lib, fetchurl
{ stdenv, lib, fetchurl, fetchpatch
, meson, pkg-config, ninja
, intltool, bison, flex, file, python3Packages, wayland-scanner
, expat, libdrm, xorg, wayland, wayland-protocols, openssl
@ -133,6 +133,13 @@ self = stdenv.mkDerivation {
./opencl.patch
./disk_cache-include-dri-driver-path-in-cache-key.patch
# FIXME: submitted upstream at https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22133
# Remove when no longer applicable
(fetchpatch {
url = "https://gitlab.freedesktop.org/mesa/mesa/-/commit/1457f1b752f59258c0b33558619b0063b4ce6280.diff";
hash = "sha256-WFemyfmCWY4rJMfGxVZdYeGQvGcOTEDMrRt5OIWp348=";
})
];
postPatch = ''