immersed-vr: cleanup

This commit is contained in:
Weijia Wang 2024-03-18 16:11:16 +01:00
parent ef812dcaac
commit 6fc76199dc
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -1,5 +1,4 @@
{ stdenv
, pname
{ pname
, version
, src
, meta

View File

@ -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=";