Commit Graph

24 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
R. Ryantm
3385c8c244 openjk: 0-unstable-2024-03-25 -> 0-unstable-2024-04-07 2024-04-27 03:14:21 +02:00
R. Ryantm
d6ce558617 openjk: 0-unstable-2024-03-05 -> 0-unstable-2024-03-25 2024-04-08 02:14:52 +02:00
R. Ryantm
b9058b7f55 openjk: 0-unstable-2024-02-20 -> 0-unstable-2024-03-05 2024-03-09 21:32:15 +01:00
Sergei Trofimovich
0597bbf7d7 openjk: unstable-2022-01-30 -> 0-unstable-2024-02-20
Without the change the build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/249001657:

    In file included from /build/source/shared/qcommon/safe/gsl.h:4,
                     from /build/source/shared/qcommon/safe/sscanf.h:12,
                     from /build/source/shared/qcommon/safe/string.h:3,
                     from /build/source/shared/qcommon/safe/string.cpp:1:
    /build/source/lib/gsl-lite/include/gsl/gsl-lite.h:479:18: error: 'reverse_iterator' in namespace 'gsl::std' does not name a template type
      479 |     typedef std::reverse_iterator< iterator >                reverse_iterator;
          |                  ^~~~~~~~~~~~~~~~
2024-02-20 20:06:38 +00:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
Minor conflicts; I hope I didn't mess up:
	pkgs/development/tools/misc/binutils/default.nix
	pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
tgunnoe
c3612bf87c openjk: add Jedi Outcast and split up into outputs 2022-03-20 20:04:44 -04:00
tgunnoe
f244256dfb openjk: 2020-07-03 -> unstable-2022-01-30 2022-03-20 19:53:03 -04:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01: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
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
gnidorah
de0caa8e89 openjk: 2019-11-29 -> 2020-07-03 2020-08-06 09:46:00 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
gnidorah
6e6fa2b685 openjk: 2019-10-25 -> 2019-11-29 2020-02-15 15:24:24 +01:00
gnidorah
b505f81181 openjk: 2019-06-24 -> 2019-10-25 2019-11-04 08:54:02 -08:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
gnidorah
2647984501 openjk: 2018-09-17 -> 2019-06-24 (#63915) 2019-06-29 16:25:35 +00:00
gnidorah
00349e3fda openjk: 2017-08-11 -> 2018-09-17 2019-01-12 08:56:24 +03:00
Alexander V. Nikolaev
8f2a22935c treewide: transition from mesa_noglu to libGL 2018-02-24 17:03:46 +02:00
gnidorah
98d4a7ec51 openjk: add desktop items 2017-09-03 16:18:18 +03:00
gnidorah
ff68bcd563 openjk: comment why we set DCMAKE_INSTALL_PREFIX 2017-08-24 19:41:27 +03:00
gnidorah
f1711c8fbd openjk: init at 2017-08-11 2017-08-24 09:33:28 +03:00