Commit Graph

21 Commits

Author SHA1 Message Date
Nathan van Doorn
f564dbf8af rgbds: 0.6.1 -> 0.7.0
rgbds: use postPatch rather than patchPhase

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
2024-06-17 09:13:56 +02:00
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
Artturin
226e149145 treewide: env.NIX_CFLAGS_COMPILE use optionalString instead of optional
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm
bc42cb997f rgbds: 0.6.0 -> 0.6.1 2022-12-04 23:28:51 +00:00
Alexandre Iooss
3802a1d38b rgbds: 0.5.2 -> 0.6.0 2022-10-29 07:14:00 +02:00
R. RyanTM
ca485f4220
rgbds: 0.5.1 -> 0.5.2
* rgbds: 0.5.1 -> 0.5.2 (#149232)

* rgbds: fix build on Darwin by disabling LTO

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-03 11:28:52 +01:00
Simon Bruder
bf6d934cf8
rgbds: 0.4.2 -> 0.5.1
This also changes the owner of the GitHub repository and the homepage
URL because the repository was moved to a different organisation (the
old GitHub repository now redirects to the new one).

Also, since upstream switched to GNU Bison[1], the comment about byacc
is no longer necessary.

[1] https://github.com/gbdev/rgbds/issues/595
2021-08-06 22:07:12 +02:00
Ben Siraphob
acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
R. RyanTM
b62c9deaa3 rgbds: 0.4.1 -> 0.4.2 2020-12-11 01:36:35 +00:00
Jakub Kądziołka
522400ed19
rgbds: add NieDzejkob as maintainer 2020-09-24 09:39:03 +02:00
R. RyanTM
4ceed2d0d4 rgbds: 0.4.0 -> 0.4.1 2020-07-31 00:49:01 -07:00
R. RyanTM
dcbe7d355a rgbds: 0.3.10 -> 0.4.0 2020-04-05 05:05:08 +00:00
R. RyanTM
c41fa7a6bd rgbds: 0.3.9 -> 0.3.10 2020-03-23 21:33:39 +00:00
Robin Gloster
2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
R. RyanTM
90a79fd5b0 rgbds: 0.3.8 -> 0.3.9 2019-11-29 04:02:35 -08:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Loïc Fontaine
05d6273357 rgbds: 0.2.4 -> 0.3.8
- Switch to the new GitHub organization.
- Updated to the latest published version.
2019-05-08 03:56:53 +09:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Vladimír Čunát
f94a806c4a properly fix the maintainer.matthewbauer problem
There was inconsisten usage of maintainers.matthewbauer and mbauer.
/cc @matthewbauer I chose the github identifier, as it's customary.
2016-05-27 15:58:41 +02:00
Matthew Bauer
f0e5910c24 rgbds: init at 0.2.4 2016-03-09 00:44:01 -06:00