openvino: autoPatchelfIgnoreMissingDeps is now a list
This commit is contained in:
@@ -90,7 +90,7 @@ stdenv.mkDerivation rec {
|
||||
cd ../build
|
||||
'';
|
||||
|
||||
autoPatchelfIgnoreMissingDeps = true;
|
||||
autoPatchelfIgnoreMissingDeps = [ "libngraph_backend.so" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user