summary refs log tree commit diff
path: root/pkgs/games/endless-sky/default.nix
Commit message (Collapse)AuthorAge
* endless-sky:0.9.14 -> 0.9.16.1Cyryl Płotnicki2023-03-03
|
* endless-sky: remove unused function argumentLucas Hoffmann2021-12-05
|
* endless-sky: use gcc-arLinus Heckemann2021-12-04
| | | | | Plain ar does not load the LTO plugin correctly, resulting in a build failure.
* endless-sky: 0.9.13 -> 0.9.14Lucas Hoffmann2021-12-04
|
* endless-sky: 0.9.12 -> 0.9.13Lucas Hoffmann2021-12-04
|
* games: /s/name/pname&version/Felix Buehler2021-06-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* endless-sky: fix build with gcc10Orivej Desh2021-01-06
|
* endless-sky: 0.9.11 -> 0.9.12R. RyanTM2020-05-02
|
* endless-sky: 0.9.10 -> 0.9.11R. RyanTM2020-03-01
|
* endless-sky: 0.9.8 -> 0.9.10William G Hatch2019-11-18
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pnamevolth2019-08-17
|
* treewide: use scons setup hookMatthew Bauer2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
* treewide: get rid of platforms.allButJohn Ericson2018-03-14
| | | | | | | Negative reasoning like `allBut` is a bad idea with an open world of platforms. Concretely, if we add a new, quite different sort of platform, existing packages with `allBut` will claim they work on it even though they probably won't.
* endless-sky: 0.9.6 -> 0.9.8Linus Heckemann2017-08-27
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * 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
* endless-sky: 0.9.4 -> 0.9.6Linus Heckemann2017-03-06
|
* endless sky: init at 0.9.4Linus Heckemann2016-12-11