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:
parent
994719881a
commit
702c8f29fb
|
@ -109,6 +109,8 @@ let
|
|||
);
|
||||
in
|
||||
{
|
||||
inherit mkLibRetroCore;
|
||||
|
||||
atari800 = mkLibRetroCore {
|
||||
core = "atari800";
|
||||
description = "Port of Atari800 to libretro";
|
||||
|
|
Loading…
Reference in a new issue