mission-center: add libdrm to the wrapper to fix GPU stats on AMD GPUs

This commit is contained in:
Gaetan Lepage
2025-09-03 10:29:29 +02:00
parent afd52fc54a
commit 2d1d7cb0bb
@@ -176,6 +176,7 @@ stdenv.mkDerivation (finalAttrs: {
lib.makeLibraryPath [
# Make sure libGL libvulkan can be found by dlopen()
libGL
libdrm
vulkan-loader
]
}"