Commit graph

30 commits

Author SHA1 Message Date
Franz Pletz 0eb9f812bd
openttd: 1.8.0 -> 1.9.0 2019-04-02 12:02:35 +02:00
Jörg Thalheim dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
rnhmjoj bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible 2019-01-16 20:37:15 +01:00
R. RyanTM 2e905fb4cd openttd: 1.7.2 -> 1.8.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/openttd/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd -h’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd --help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/openttd help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped -h’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped --help’ got 0 exit code
- ran ‘/nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0/bin/.openttd-wrapped help’ got 0 exit code
- found 1.8.0 with grep in /nix/store/m11nsq51szvkzqnlsb3k7skqzh2781jp-openttd-1.8.0
- directory tree listing: https://gist.github.com/8f8e59bc7bf394685911bd755a16c0a9
2018-04-06 09:47:09 -07:00
Franz Pletz 25ddd39725
openttd: 1.7.1 -> 1.7.2 2018-01-28 18:52:21 +01:00
Franz Pletz c34d43a4ce
openttd: 1.6.1 -> 1.7.1 2017-06-20 03:45:41 +02:00
Tuomas Tynkkynen 5bf5de58ea treewide: Fix 'lib.optional' misuses
These add a singleton list of a package to buildInputs.
2016-10-01 23:38:06 +03:00
Kranium Gikos Mendoza 63a2c80bf9 openttd: out of the box midi playback 2016-08-20 06:57:02 +08:00
Kranium Gikos Mendoza d770792197 openttd: correct openmsx dir 2016-08-20 06:21:46 +08:00
Kranium Gikos Mendoza 6a8673716e openttd: 1.6.0 -> 1.6.1 (#17580)
also disable builds on darwin
2016-08-07 19:45:15 +02:00
Franz Pletz f1de534188 openttd: 1.5.3 -> 1.6.0 2016-04-12 15:49:54 +02:00
Franz Pletz 1bac185dae openttd: Add OpenGFX, OpenSFX, OpenMSX
Closes #12400.
2016-01-16 15:58:09 +01:00
Franz Pletz 59c130a690 openttd: 1.5.2 -> 1.5.3 2015-12-06 16:59:55 +01:00
Moritz Ulrich 1b479dbdc2 openttd: 1.5.1 -> 1.5.2 2015-09-14 13:22:22 +02:00
Nixpkgs Monitor c25027f210 openttd: update from 1.4.4 to 1.5.1 2015-06-07 15:43:53 +02:00
Tobias Geerinckx-Rice c64257b8e5 Fix user-facing typos (mainly in descriptions) 2014-12-30 03:31:03 +01:00
Moritz Ulrich e93c528a01 openttd: Fix build with fix from upstream. 2014-12-22 17:29:30 +01:00
Moritz Ulrich 9cf9675a60 openttd: Update to 1.4.4. 2014-11-07 16:40:44 +01:00
Moritz Ulrich 50d37f736d OpenTTD: Update to 1.4.3. 2014-09-25 13:53:49 +02:00
Moritz Ulrich 762c03ef64 openttd: update from 1.4.1 to 1.4.2 2014-09-04 16:06:41 +02:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Moritz Ulrich f0fc148e5a openttd: Bump to 1.4.1. 2014-06-04 16:48:40 +02:00
Mathijs Kwik 62521d9ec6 openttd: upgrade to 1.4.0 2014-04-11 13:49:19 +02:00
Moritz Ulrich fc9772a270 openttd: update from 1.3.2 to 1.3.3 2013-12-05 16:21:28 +00:00
Moritz Ulrich 296dbc8279 OpenTTD: 1.3.2 & some coding-style fixes.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-29 00:29:26 +02:00
Jack Cummings 18d4a832b0 - clean up openttd, rili, uqm, and widelands descriptions 2012-10-05 09:36:36 -07:00
Jack Cummings 27ec277359 - add myself as a maintainer for the packages I've added 2012-10-04 23:39:00 -07:00
Jack Cummings 22ece175a0 - openttd 1.2.2, rili 2.0.1, widelands-build17, uqm-0.7.0 2012-10-04 23:32:34 -07:00
Nicolas Pierron 5efc5fe707 Add new game: openttd.
svn path=/nixpkgs/trunk/; revision=11553
2008-04-10 22:12:20 +00:00