Commit 6fc76199 authored by Weijia Wang's avatar Weijia Wang
Browse files

immersed-vr: cleanup

parent ef812dca
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
, version
, src
, meta
, unzip
, undmg
}:

@@ -15,8 +14,12 @@ stdenv.mkDerivation {
  sourceRoot = ".";

  installPhase = ''
    runHook preInstall

    mkdir -p $out/Applications
    cp -r *.app $out/Applications

    runHook postInstall
  '';

  # Immersed is notarized.
+1 −2
Original line number Diff line number Diff line
{ stdenv
, pname
{ pname
, version
, src
, meta
+0 −2
Original line number Diff line number Diff line
@@ -7,14 +7,12 @@
let
  pname = "immersed-vr";
  version = "9.10";
  name = "${pname}-${version}";

  sources = rec {
    x86_64-linux = {
      url = "https://web.archive.org/web/20240210075929/https://static.immersed.com/dl/Immersed-x86_64.AppImage";
      hash = "sha256-Mx8UnV4fZSebj9ah650ZqsL/EIJpM6jl8tYmXJZiJpA=";
    };
    aarch64-linux = x86_64-linux;
    x86_64-darwin = {
      url = "https://web.archive.org/web/20240210075929/https://static.immersed.com/dl/Immersed.dmg";
      hash = "sha256-CR2KylovlS7zerZIEScnadm4+ENNhib5QnS6z5Ihv1Y=";