mdk-sdk: set autoPatchelfIgnoreMissingDeps

This commit is contained in:
kyehn
2026-02-18 09:15:09 +08:00
committed by GitHub
parent 37c0bc6307
commit 00a7fc50ce
+2
View File
@@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
addDriverRunpath.driverLink
];
autoPatchelfIgnoreMissingDeps = [ "librockchip_mpp.so.1" ];
installPhase = ''
runHook preInstall