worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04: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
volth
87f5930c3f
[bot]: remove unreferenced code
2018-07-20 18:48:37 +00:00
Vladimír Čunát
616048bcbf
simutrans: don't build on Darwin
...
Support is perhaps claimed upstream, but it's never built successfully
on Hydra, so let's disable that until someone fixes it.
2018-01-01 06:47:37 +01:00
Franz Pletz
9b934a4b69
simutrans: 120.1.1 -> 120.2.2
2017-12-11 04:23:46 +01:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Vladimír Čunát
3a468a9548
simutrans: preferLocalBuild = true; for data derivations
2016-01-03 10:27:50 +01:00
Philipp Hausmann
14383f3079
simutrans: 120.0.1 -> 120.1.1 ( close #11978 )
2016-01-03 10:27:31 +01:00
Vladimír Čunát
da158672bd
simutrans: update, refactor, improve, add paksets
...
Close #7019 .
- update all, and add more paksets
- add config.simutrans.paksets, multiple are possible now
- fix #6719 : missing sounds
- move user settings from ~/simutrans to ~/.simutrans
- darwin support is untested (but claimed upstream)
Tested-by: Matthias Beyer <mail@beyermatthias.de>
(and by the author vcunat)
2015-04-09 19:43:42 +02:00
Mateusz Kowalczyk
007f80c1d0
Turn more licenses into lib.licenses style
...
Should eval cleanly, as far as -A tarball tells me.
Relevant: issue #2999 , issue #739
2014-11-06 00:48:16 +00:00
Peter Simons
5cc55e9523
Partially revert 7a45996
some more.
...
Removing more references to the non-existent license "stdenv.lib.licenses.perl5".
Thanks to @FlashKorten for catching those.
2014-07-28 20:52:47 +02:00
Mateusz Kowalczyk
7a45996233
Turn some license strings into lib.licenses values
2014-07-28 11:31:14 +02:00
Linquize
f06c3ef47f
Fix previous simutrans 112.3 build
...
This fixes commit b5d19fad67
2014-02-01 18:22:47 +01:00
Linquize
b5d19fad67
Update simutrans 112.3
2014-01-31 09:44:05 +01:00
Vladimír Čunát
ed699d1c17
simutrans: pass meta into the final package so it's built by hydra
2013-02-02 16:44:42 +01:00
Vladimír Čunát
602e6a94ee
simutrans: fix, update, split data, make pak128 the default
...
Today the monitor resolutions are quite high, so I set pak128 as the default.
It's easy to change.
2013-02-02 12:38:15 +01:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Karn Kallio
1e78949539
Add expression for the simutrans game.
...
svn path=/nixpkgs/trunk/; revision=26523
2011-03-26 07:22:24 +00:00