From 9b2a771b8fe6aef77cd0c713ca2736219cea3472 Mon Sep 17 00:00:00 2001 From: Atemu Date: Sat, 11 Jun 2022 22:29:28 +0200 Subject: [PATCH] monado: use absolute runtime path in manifest It used a weird mangled relative path that didn't work before and we have the luxury that absolute paths always work exactly as we want them with Nix. --- pkgs/applications/graphics/monado/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/monado/default.nix b/pkgs/applications/graphics/monado/default.nix index 4051c78b52ef..99e7b042d161 100644 --- a/pkgs/applications/graphics/monado/default.nix +++ b/pkgs/applications/graphics/monado/default.nix @@ -67,6 +67,7 @@ stdenv.mkDerivation rec { cmakeFlags = [ "-DXRT_FEATURE_SERVICE=${if serviceSupport then "ON" else "OFF"}" + "-DXRT_OPENXR_INSTALL_ABSOLUTE_RUNTIME_PATH=ON" ]; buildInputs = [