about summary refs log tree commit diff
path: root/pkgs/applications/emulators/retroarch/cores.nix
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2023-06-25 11:15:43 +0000
committerGitHub <noreply@github.com>2023-06-25 11:15:43 +0000
commit1ec5a0f4c89af6ab778d84bea706e186f30b05d7 (patch)
tree6157e3e0f8f325637c7ce0456122b0272431bc9e /pkgs/applications/emulators/retroarch/cores.nix
parent37f21bfdb5e65c181f74d549b5714f45a72dba0c (diff)
parentf9e2f0ed9604760eb569e9b3a1659a6df6478017 (diff)
Merge pull request #239696 from nvmd/init/libretro.2048
libretro.2048: init at unstable-2023-02-20
Diffstat (limited to 'pkgs/applications/emulators/retroarch/cores.nix')
-rw-r--r--pkgs/applications/emulators/retroarch/cores.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/applications/emulators/retroarch/cores.nix b/pkgs/applications/emulators/retroarch/cores.nix
index b092b5951158d..8da558bfbeb04 100644
--- a/pkgs/applications/emulators/retroarch/cores.nix
+++ b/pkgs/applications/emulators/retroarch/cores.nix
@@ -978,6 +978,14 @@ in
     };
   };
 
+  twenty-fortyeight = mkLibretroCore {
+    core = "2048";
+    meta = {
+      description = "Port of 2048 puzzle game to the libretro API";
+      license = lib.licenses.unlicense;
+    };
+  };
+
   vba-m = mkLibretroCore {
     core = "vbam";
     src = getCoreSrc "vba-m";