Unverified Commit 3b46a70f authored by Luna Nova's avatar Luna Nova
Browse files

envision: drop openhmd dependencies and profile

openhmd has been unmaintained for years
parent 660919e8
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -22,16 +22,6 @@ buildFHSEnv {
      stdenv.cc.libc
      gcc
    ])
    ++
      # OpenHMD dependencies
      (
        pkgs.openhmd.buildInputs
        ++ pkgs.openhmd.nativeBuildInputs
        ++ (with pkgs; [
          meson
        ])
      )

    ++ (
      # OpenComposite dependencies
      pkgs.opencomposite.buildInputs ++ pkgs.opencomposite.nativeBuildInputs
@@ -138,7 +128,6 @@ buildFHSEnv {
      kebabToCamel = x: pascalToCamel (kebabToPascal x);
      profiles = [
        "lighthouse-default"
        "openhmd-default"
        "simulated-default"
        "survive-default"
        "wmr-default"