overlays/simple: Fix issue with League of Legends
This commit is contained in:
parent
0b01d1b6f7
commit
b8d71e5127
@ -10,6 +10,10 @@ final: prev:
|
|||||||
extraPkgs = pkgs: with final; [ mpv ];
|
extraPkgs = pkgs: with final; [ mpv ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
lutris-free = prev.lutris-free.override {
|
||||||
|
extraPkgs = ps: with ps; [ openssl ];
|
||||||
|
};
|
||||||
|
|
||||||
retroarch = prev.retroarch.override (old: {
|
retroarch = prev.retroarch.override (old: {
|
||||||
cores = with prev.libretro; [
|
cores = with prev.libretro; [
|
||||||
desmume
|
desmume
|
||||||
|
Loading…
Reference in New Issue
Block a user