Commit Graph

8 Commits

Author SHA1 Message Date
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