about summary refs log tree commit diff
path: root/pkgs/games/frogatto
AgeCommit message (Collapse)AuthorFilesLines
2023-02-28frogatto: unstable-2020-12-04 -> unstable-2023-02-27Astro3-16/+11
2022-08-16treewide: makeWrapper buildInputs to nativeBuildInputsArtturin1-1/+1
most found with https://github.com/siraben/nix-lint
2022-04-15Merge staging-next into staginggithub-actions[bot]2-8/+14
2022-04-14frogatto: unstable-2021-05-24 -> unstable-2022-04-13Astro2-8/+14
2022-03-19treewide/makeWrapper: replace `--run cd` with `--chdir`Naïm Favier1-1/+1
Lay the groundwork for switching to binary wrappers by reducing uses of `--run` (which is not supported by `makeBinaryWrapper`).
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+2
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-11-29frogatto-data: 2020-12-17 -> 2021-11-29Lluís Batlle i Rossell1-3/+3
Updating the engine required updating the data. Otherwise a crash would happen at the 2nd level (out of the main house).
2021-11-28frogatto: 2021-05-24 -> 2021-11-23Lluís Batlle i Rossell1-8/+3
And fix build
2021-06-02frogatto: unstable-2021-05-24 -> unstable-2018-12-18, unbreakAstro3-8/+11
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-20treewide: editorconfig fixeszowoq1-2/+2
- remove trailing whitespace - use spaces for indentation
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-6/+6
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
2020-12-19frogatto: update to latest master and fix buildLluís Batlle i Rossell3-6/+6
2020-10-15treewide: Fix broken desktop files and mark packages as brokenpiegames1-0/+1
This fixes all packages that are failed `nixpkgs-review` in #91790. Packages that were broken prior to that PR were marked as broken. Packages that failed because of #75729 were fixed.
2020-06-25treewide: remove deprecated value `Application` from makeDesktopItemzowoq1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly3-3/+3
2019-08-28treewide: remove redundant recvolth3-3/+3
2019-06-16treewide: remove unused variables (#63177)volth2-2/+2
* treewide: remove unused variables * making ofborg happy
2019-01-02frogatto: init at 0.0.2018-12-09 (#52989)Astro3-0/+119