azahar: add update script
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
enableSSE42 ? true, # Disable if your hardware doesn't support SSE 4.2 (mainly CPUs before 2011)
|
||||
gamemode,
|
||||
enableGamemode ? lib.meta.availableOn stdenv.hostPlatform gamemode,
|
||||
nix-update-script,
|
||||
}:
|
||||
let
|
||||
inherit (lib)
|
||||
@@ -149,6 +150,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(cmakeBool "ENABLE_SSE42" enableSSE42)
|
||||
];
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Open-source 3DS emulator project based on Citra";
|
||||
homepage = "https://github.com/azahar-emu/azahar";
|
||||
|
||||
Reference in New Issue
Block a user