Unverified Commit 5510aae4 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

openvr: add update script

parent b4ac4404
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
, lib
, libGL
, stdenv
, nix-update-script
}:

stdenv.mkDerivation (finalAttrs: {
@@ -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";