Commit Graph

14 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
1dbfe9cbf8 nanosaur: 1.4.4-unstable-2023-05-21 -> 1.4.4-unstable-2024-04-06 2024-04-27 02:20:53 +02:00
Sergei Trofimovich
c42fbc799f nanosaur: unstable-2021-12-03 -> 1.4.4-unstable-2023-05-21
Fixes build failure against `gcc-13` as
https://hydra.nixos.org/build/247659575:

    /build/source/extern/Pomme/src/PommeDebug.h:21:34: error: 'uint32_t' was not declared in this scope
       21 |         std::string FourCCString(uint32_t t, char filler = '?');
          |                                  ^~~~~~~~
2024-02-10 12:12:35 +00:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
Lux
cf72ca0e0e nanosaur,nanosaur2,otto-matic: namespace data dir 2023-04-25 23:00:00 +02:00
Lukas Kohler
a7b0ff0a0d
bugdom,nanosaur,nanosaur2,otto-matic: add desktop files (#215525) 2023-04-25 21:09:54 +02:00
Stanisław Pitucha
89a9ff18f1 nanosaur,nanosaur2,otto-matic: cleanup cmake build
Use the standard way of building cmake projects. This also removes the
unnecessary build files from the output.
2023-01-02 09:04:39 +11:00
Lux
15d89c485f align Nanosaur to build the same way as the new Nanosaur2 2022-12-27 10:25:44 +01:00
Lux
7f7626fd75 license on one line for pangea games 2022-12-27 10:25:44 +01:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/libraries/zlib/default.nix
	pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
Ben Siraphob
4c38fcb192
treewide: move cmake into nativeBuildInputs 2022-03-31 12:35:21 -05: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
Lux
98f026b5d1 nanosaur: init at unstable-2021-12-03
Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2021-12-15 20:47:44 +01:00