openvr: mark as broken on Darwin

fatal error: lipo: /private/tmp/nix-build-openvr-1.23.8.drv-0/-d51d9b.out and /private/tmp/nix-build-openvr-1.23.8.drv-0/-429727.out have the same architectures (x86_64) and can't be in the same fat output file

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-05-12 12:37:19 +02:00
parent 6b17182f0b
commit d1d623f00c
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -47,7 +47,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DUSE_SYSTEM_JSONCPP=ON" "-DBUILD_SHARED=1" ];
meta = with lib;{
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/ValveSoftware/openvr";
description = "An API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting";
license = licenses.bsd3;