Commit Graph

11 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Anderson Torres
6719d952b5 fceux: 2.6.6 -> 2.6.6-unstable-2024-01-19
Since 2.6.6 is from August 2023.
2024-01-30 07:21:18 -03:00
Anderson Torres
0326813598 fceux: 2.6.5 -> 2.6.6
Co-authored-by: Fritz Mahnke <fritz@mahnke.tech>
2024-01-30 07:21:18 -03:00
Anderson Torres
2fd4f1f457 fceux: 2.6.4 -> 2.6.5
Also, pin stdenv to GCC12 - yet another case of updated incompatible C++
standards I suppose.

Oh! Remove it when next version arrives ;)
2024-01-30 07:21:18 -03:00
Anderson Torres
5edaccbf21 fceux: update meta
- get rid of nested with
- add AndersonTorres to maintainers
- remove scubed2
- add changelog
2024-01-30 07:21:11 -03:00
Sandro Jäckel
8700612e7e
maintainers: drop inactive scubed2 2024-01-29 14:35:18 +01:00
AndersonTorres
f35f6ff9f9 fceux: refactor to new overlay-style overridable attributes 2022-11-14 12:52:22 -03:00
R. Ryantm
91e6099118 fceux: 2.6.3 -> 2.6.4 2022-03-24 12:59:36 +00:00
R. Ryantm
420a68da4e fceux: 2.6.2 -> 2.6.3 2022-03-08 06:14:57 +00: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