mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
immersed-vr: cleanup
This commit is contained in:
parent
ef812dcaac
commit
6fc76199dc
@ -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,5 +1,4 @@
|
||||
{ stdenv
|
||||
, pname
|
||||
{ pname
|
||||
, version
|
||||
, src
|
||||
, meta
|
||||
|
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user