Skip to content

Commit

Permalink
retroarch: define it using wrapRetroArch instead retroarch-bare.wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 24, 2024
1 parent 5785c07 commit 4d7d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ with pkgs;

libretro = recurseIntoAttrs (callPackage ../applications/emulators/libretro { });

retroarch = retroarch-bare.wrapper { };
retroarch = wrapRetroArch { };

# includes only cores for platform with free licenses
retroarch-free = retroarch.withCores (
Expand Down

0 comments on commit 4d7d92c

Please sign in to comment.