Loading pkgs/development/libraries/openvr/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , lib , libGL , stdenv , nix-update-script }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -56,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: { cmakeFlags = [ "-DUSE_SYSTEM_JSONCPP=ON" "-DBUILD_SHARED=1" ]; passthru.updateScript = nix-update-script { }; meta = { broken = stdenv.isDarwin; 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"; Loading Loading
pkgs/development/libraries/openvr/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , lib , libGL , stdenv , nix-update-script }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -56,6 +57,8 @@ stdenv.mkDerivation (finalAttrs: { cmakeFlags = [ "-DUSE_SYSTEM_JSONCPP=ON" "-DBUILD_SHARED=1" ]; passthru.updateScript = nix-update-script { }; meta = { broken = stdenv.isDarwin; 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"; Loading