Skip to content

Commit 60d1565

Browse files
committed
retroarch: define it using wrapRetroArch instead retroarch-bare.wrapper
1 parent 2d0d7ee commit 60d1565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ with pkgs;
14561456

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

1459-
retroarch = retroarch-bare.wrapper { };
1459+
retroarch = wrapRetroArch { };
14601460

14611461
# includes only cores for platform with free licenses
14621462
retroarch-free = retroarch.withCores (

0 commit comments

Comments
 (0)