summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/mgba
AgeCommit message (Collapse)Author
2023-01-14mgba: 0.10.0 -> 0.10.1R. Ryantm
2022-12-29mgba: remove `inherit (libsForQt5)` reference on all-packages.nixAnderson Torres
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-10-31mgba: don't create desktop fileMartino Fontana
2022-10-13mgba: 0.9.3 -> 0.10.0AndersonTorres
Now with lua scripting engine!
2022-02-25treewide: switch all desktop file generators to new APIK900
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-16Move misc/emulators to applications/emulators - part 1AndersonTorres
Emulators form a class by themselves. So, they should be moved to applications/.