Loading pkgs/development/libraries/openvr/default.nix→pkgs/by-name/op/openvr/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -7,17 +7,18 @@ , lib , libGL , stdenv , nix-update-script }: stdenv.mkDerivation (finalAttrs: { pname = "openvr"; version = "2.2.3"; version = "2.5.1"; src = fetchFromGitHub { owner = "ValveSoftware"; repo = "openvr"; rev = "v${finalAttrs.version}"; hash = "sha256-Dpl88Te+EoVasoCtwERGrYt3xK8o03h15r8IVxxPPCw="; hash = "sha256-bIKjZ7DvJVmDK386WgXaAFQrS0E1TNEUMhfQp7FNnvk="; }; patches = [ 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 pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23765,7 +23765,7 @@ with pkgs; openvdb = callPackage ../development/libraries/openvdb { }; openvr = callPackage ../development/libraries/openvr { openvr = callPackage ../by-name/op/openvr/package.nix { inherit (darwin.apple_sdk.frameworks) Foundation AppKit; }; Loading
pkgs/development/libraries/openvr/default.nix→pkgs/by-name/op/openvr/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -7,17 +7,18 @@ , lib , libGL , stdenv , nix-update-script }: stdenv.mkDerivation (finalAttrs: { pname = "openvr"; version = "2.2.3"; version = "2.5.1"; src = fetchFromGitHub { owner = "ValveSoftware"; repo = "openvr"; rev = "v${finalAttrs.version}"; hash = "sha256-Dpl88Te+EoVasoCtwERGrYt3xK8o03h15r8IVxxPPCw="; hash = "sha256-bIKjZ7DvJVmDK386WgXaAFQrS0E1TNEUMhfQp7FNnvk="; }; patches = [ 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
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -23765,7 +23765,7 @@ with pkgs; openvdb = callPackage ../development/libraries/openvdb { }; openvr = callPackage ../development/libraries/openvr { openvr = callPackage ../by-name/op/openvr/package.nix { inherit (darwin.apple_sdk.frameworks) Foundation AppKit; };