3
0
Fork 0
forked from mirrors/nixpkgs

libretro: expose mkLibeRetroCore function

This will allow users to package their own core derivations if they want
without necessary submitting to nixpkgs.
This commit is contained in:
Thiago Kenji Okada 2021-11-21 23:23:39 -03:00
parent 994719881a
commit 702c8f29fb

View file

@ -109,6 +109,8 @@ let
);
in
{
inherit mkLibRetroCore;
atari800 = mkLibRetroCore {
core = "atari800";
description = "Port of Atari800 to libretro";