Unverified Commit d1d623f0 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

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: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent 6b17182f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
  cmakeFlags = [ "-DUSE_SYSTEM_JSONCPP=ON" "-DBUILD_SHARED=1" ];

  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;