openvino: mark broken for linux-x86_64
This commit is contained in:
parent
a358176c50
commit
dc9c45e1ca
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://docs.openvinotoolkit.org/";
|
homepage = "https://docs.openvinotoolkit.org/";
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
broken = stdenv.isDarwin; # Cannot find macos sdk
|
broken = (stdenv.isLinux && stdenv.isx86_64) # at 2022-09-23
|
||||||
|
|| stdenv.isDarwin; # Cannot find macos sdk
|
||||||
maintainers = with maintainers; [ tfmoraes ];
|
maintainers = with maintainers; [ tfmoraes ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue