Commit Graph

22 Commits

Author SHA1 Message Date
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
213ee58dec endless-sky: 0.10.4 -> 0.10.6 2024-02-17 20:39:53 +00:00
rian
2960f5366b
endless-sky: 0.9.16.1 -> 0.10.4 (#273995) 2023-12-15 13:57:35 +01:00
Cyryl Płotnicki
2100c49262 endless-sky:0.9.14 -> 0.9.16.1 2023-03-03 23:22:25 +00:00
Lucas Hoffmann
77db4fdd95 endless-sky: remove unused function argument 2021-12-05 02:30:13 +01:00
Linus Heckemann
c9c10cc03c endless-sky: use gcc-ar
Plain ar does not load the LTO plugin correctly, resulting in a build
failure.
2021-12-04 09:06:21 +01:00
Lucas Hoffmann
13b776e93c endless-sky: 0.9.13 -> 0.9.14 2021-12-04 09:06:20 +01:00
Lucas Hoffmann
720cf69320 endless-sky: 0.9.12 -> 0.9.13 2021-12-04 09:06:20 +01:00
Felix Buehler
ce3b463c79 games: /s/name/pname&version/ 2021-06-25 01:28:10 +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
Orivej Desh
1e0feb6545 endless-sky: fix build with gcc10 2021-01-06 08:32:03 +00:00
R. RyanTM
d3427273e9 endless-sky: 0.9.11 -> 0.9.12 2020-05-02 08:05:50 +00:00
R. RyanTM
3c62152e0e endless-sky: 0.9.10 -> 0.9.11 2020-03-01 11:22:58 +00:00
William G Hatch
4fbb59ab99 endless-sky: 0.9.8 -> 0.9.10 2019-11-18 14:58:30 -07:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Matthew Bauer
bfbfe941ab treewide: use scons setup hook
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
2018-11-13 19:14:10 -06:00
John Ericson
f79f80dbf2 treewide: get rid of platforms.allBut
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.
2018-03-14 18:44:42 -04:00
Linus Heckemann
f5068aadd9 endless-sky: 0.9.6 -> 0.9.8 2017-08-27 21:37:59 +02: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
Linus Heckemann
17015b421e endless-sky: 0.9.4 -> 0.9.6 2017-03-06 12:36:53 +00:00
Linus Heckemann
9aca55e79d
endless sky: init at 0.9.4 2016-12-11 08:57:35 +01:00