mission-center: add libdrm to the wrapper to fix GPU stats on AMD GPUs (#439782)

This commit is contained in:
Sandro
2025-09-03 11:42:24 +02:00
committed by GitHub
@@ -176,6 +176,7 @@ stdenv.mkDerivation (finalAttrs: {
lib.makeLibraryPath [
# Make sure libGL libvulkan can be found by dlopen()
libGL
libdrm
vulkan-loader
]
}"