Philip Taron
c313443b35
mgba: use elfutils instead of abandoned libelf
...
See https://github.com/mgba-emu/mgba/issues/3129 ; in nixpkgs, we don't build mgba for darwin, so switching to elfutils is straightforward.
2024-03-03 18:33:09 -08:00
Anderson Torres
9838c39dac
mgba: unpin lua
2024-01-20 23:13:49 -03:00
Anderson Torres
4c1a14fe5c
mgba: 0.10.2 -> 0.10.3
...
Including-but-disabling discord-rpc, because the upstream includes it however
it doesn't work.
2024-01-20 22:51:10 -03:00
Anderson Torres
4d643055ab
mgba: refactor
...
- split outputs
- strictDeps
- get rid of nested with
- meta.changelog
2024-01-20 22:22:06 -03:00
Austin Horstman
e5764e8204
treewide: add meta.mainProgram to emulators
2023-08-04 13:25:11 -05:00
Sage Hane
fe2c56972e
mgba: add wrapGAppsHook
2023-05-16 07:36:16 -03:00
R. Ryantm
76a6077c09
mgba: 0.10.1 -> 0.10.2
2023-04-29 19:53:41 -03:00
Martino Fontana
55dd25e0ad
mgba: cleanup
...
- Remove unused imagemagick dependency
- Use default ffmpeg
2023-04-06 19:55:18 -03:00
R. Ryantm
b32200b648
mgba: 0.10.0 -> 0.10.1
2023-01-14 03:34:47 +00:00
Anderson Torres
cd8d465edd
mgba: remove inherit (libsForQt5)
reference on all-packages.nix
...
According to the issue linked at the end, filling arguments for `callPackage` in
all-packages.nix breaks splicing and makes the expressions incompatible with
cross-compilation.
This issue is more pronounced in the many `inherit (darwin)` calls. However, it
is present in similar contexts too.
The idea here is not the smartest: it just hides those inheritances from
`all-packages.nix` and sends them to the `default.nix` expressions.
Issue: https://github.com/NixOS/nixpkgs/issues/204303
2022-12-29 15:40:23 -03:00
Martino Fontana
d5769b9d91
mgba: don't create desktop file
2022-10-31 16:30:50 +01:00
AndersonTorres
875ba8ecdb
mgba: 0.9.3 -> 0.10.0
...
Now with lua scripting engine!
2022-10-13 23:45:03 -03:00
K900
cb2cfba6f7
treewide: switch all desktop file generators to new API
...
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
AndersonTorres
8d65e832f0
Move misc/emulators to applications/emulators - part 1
...
Emulators form a class by themselves. So, they should be moved to applications/.
2022-02-16 01:38:20 -03:00