linuxPackages.nvidiaPackages.dc_5{3,7}5.fabricmanager: dontFixup

This commit is contained in:
Doron Behar
2026-03-02 16:50:02 +02:00
parent 2c305a9f60
commit 6201de845d
@@ -52,6 +52,9 @@ stdenv.mkDerivation rec {
${ldd} $b | grep -vqz "not found"
done
'';
# Default stdenv fixup shrinkings cause undefined symbols when trying to run
# meta.mainProgram
dontFixup = true;
meta = {
homepage = "https://www.nvidia.com/object/unix.html";