diff options
| author | Thiago Kenji Okada <thiagokokada@gmail.com> | 2021-11-19 21:24:41 -0300 |
|---|---|---|
| committer | Thiago Kenji Okada <thiagokokada@gmail.com> | 2021-11-20 16:19:13 -0300 |
| commit | 24095a994c847ae3754b631eeceda8c4687ecad1 (patch) | |
| tree | 8dc5f72fb15922a7c117030e4b7a5af88bdfb367 /pkgs/development/python-modules/rangehttpserver | |
| parent | fa9d6c3d9328e84787451c05170cf816295aa630 (diff) | |
retroArchCores: remove
`retroArchCores` is strange: it requires a global configuration on nixpkgs, as:
```nix
nixpkgs.config.retroarch = {
enableDolphin = true;
enableMGBA = true;
enableMAME = true;
};
```
To do so, we ended up declaring all available emulators on
`all-packages.nix`. Failing to do so would mean that the emulator
wouldn't be available.
However, there is a mechanism on nixpkgs that also works: overrides.
Overrides are similar on how other packages works, for example:
```nix
(retroarch.override { cores = with libretro; [ citra snes9x ]; });
```
So let's remove `retroArchCores` and leave the overrides mechanism
instead.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
