puae2021: init at 0-unstable-2025-11-02 (#474997)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
mkLibretroCore,
|
||||
}:
|
||||
mkLibretroCore {
|
||||
core = "puae2021";
|
||||
version = "0-unstable-2025-11-02";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libretro";
|
||||
repo = "libretro-uae";
|
||||
rev = "58527ce9e8cc5f19faae9e6010d2f06fc70b10de";
|
||||
hash = "sha256-wHzjpTh/zuV5KXaMsv7A/7xqYfzLgIUusjwg8LOUzMY=";
|
||||
};
|
||||
|
||||
makefile = "Makefile";
|
||||
|
||||
meta = {
|
||||
description = "Amiga emulator based on WinUAE (Version 2021)";
|
||||
homepage = "https://github.com/libretro/libretro-uae";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = [
|
||||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
};
|
||||
}
|
||||
@@ -149,6 +149,8 @@ lib.makeScope newScope (self: {
|
||||
|
||||
puae = self.callPackage ./cores/puae.nix { };
|
||||
|
||||
puae2021 = self.callPackage ./cores/puae2021.nix { };
|
||||
|
||||
quicknes = self.callPackage ./cores/quicknes.nix { };
|
||||
|
||||
same_cdi = self.callPackage ./cores/same_cdi.nix { }; # the name is not a typo
|
||||
|
||||
Reference in New Issue
Block a user