mesa: fix dylib rpath on darwin (#413053)

This commit is contained in:
Michael Daniels
2026-04-26 00:22:04 +00:00
committed by GitHub
@@ -127,6 +127,10 @@ stdenv.mkDerivation {
mesonBuildType = "release";
postFixup = ''
install_name_tool -add_rpath "$out/lib" "$out/lib/libGL.dylib"
'';
passthru = {
# needed to pass evaluation of bad platforms
driverLink = throw "driverLink not supported on darwin";