Ben Siraphob
e03c068af5
treewide: makeWrapper buildInputs to nativeBuildInputs
2021-02-19 20:09:16 +07:00
Jarrod Pas
347c7fb266
factorio: change help message to output "$HOME"
...
Since $HOME was not escaped the user was shown a path inside /homeless-shelter
which could be confusing for inexperienced users.
2021-02-08 18:37:24 -06:00
Ben Siraphob
2e34288f0d
pkgs/games: stdenv.lib -> lib
2021-01-15 13:36:04 +07:00
Luke Granger-Brown
8a63eaab52
factorio: add lukegb as maintainer
2020-11-30 18:07:19 +00:00
Luke Granger-Brown
2c8f7755d4
factorio: add an updateScript
...
The updateScript knows how to automatically fetch and update the version
data from the Factorio versions API (and update the hashes
appropriately), which makes it easier to update whenever experimental
does.
2020-11-30 18:07:16 +00:00
nyanotech
c3f2f8ff1c
factorio-experimental, factorio-headless-experimental: 1.1.1 -> 1.1.2
2020-11-28 14:28:47 +00:00
Luke Granger-Brown
6421a1b0ce
factorio-experimental, factorio-headless-experimental: 1.1.0 -> 1.1.1
2020-11-25 14:45:57 +01:00
Pavol Rusnak
2b884eb9f6
Merge pull request #104732 from lukegb/factorio-fail-if-no-creds
...
factorio: fail fetch early if no credentials provided
2020-11-24 23:33:55 +01:00
Luke Granger-Brown
0508481dc9
factorio-experimental, factorio-headless-experimental: 1.0.0 -> 1.1.0
2020-11-24 04:05:30 +01:00
Luke Granger-Brown
86aa2a57d3
factorio: fail fetch early if no credentials provided
...
The download URL will redirect to the login page if credentials are not
present, but will return an error if the credentials are wrong.
Since we know we always expect credentials, we can fail the fetch in
the preHook if they're not provided.
We can't use e.g. builtins.throw because we want the fetchurl derivation
to be evaluated in all cases - because that's the mechanism which allows
you to just manually add the tarball to the Nix store.
2020-11-24 01:32:53 +00:00
Philipp Riegger
162864341d
factorio: update all x86_64 versions to 1.0.0
2020-08-17 18:48:57 -07:00
Martin Weinelt
096a73fd32
factorio: fix headless build
2020-08-14 10:22:29 -07:00
Martin Weinelt
6dbeed2d1d
factorio: add .desktop file
2020-08-07 01:05:30 +02:00
Philipp Riegger
1814bebd82
factorio{,-headless}-experimental: 0.18.34 -> 0.18.36
2020-07-20 11:46:23 +02:00
Philipp Riegger
c596617e40
factorio*: add priegger to maintainers
2020-06-29 15:52:54 +02:00
Philipp Riegger
c36b573fab
factorio{,-headless}-experimental: 0.18.32 -> 0.18.34
2020-06-29 15:39:41 +02:00
Philipp Riegger
3d6107d423
factorio{,-headless}-experimental: 0.18.30 -> 0.18.32
2020-06-17 10:39:41 +02:00
Philipp Riegger
bff1b77402
factorio{,-headless}-experimental: 0.18.29 -> 0.18.30
2020-06-04 09:28:34 +02:00
Philipp Riegger
0de586eb01
factorio{,-headless}-experimental: 0.18.26 -> 0.18.29
2020-06-03 14:08:06 +02:00
Justin Humm
cdd519c489
factorio-{,headless}-experimental: 17.79 -> 18.26
...
also added myself as maintainer
2020-05-24 22:05:45 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Lengyel Balazs
6fad697f96
factorio: update all versions to 0.17.79
...
and adds libpulseaudio as a dependency
2019-12-03 18:07:33 +01:00
Philipp Riegger
e231b58490
factorio: experimental 0.17.32 -> 0.17.52 ( #63890 )
2019-06-29 16:24:59 +00:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Bart Bakker
87c05c252b
factorio: alpha 0.17.16 -> 0.17.32
2019-04-19 21:15:07 +02:00
Artemis Tosini
cb2d160f25
factorio: experimental 0.17.14 → 0.17.16 ( #58000 )
2019-03-21 00:17:23 -04:00
Artemis Tosini
2f6da091ce
factorio: experimental 0.17.12 → 0.17.14 ( #57763 )
2019-03-17 13:49:31 -04:00
Artemis Tosini
580e29fcd7
factorio: experimental 0.17.11 → 0.17.12
2019-03-14 22:03:46 +00:00
Artemis Tosini
5540dfb2c7
factorio: experimental 0.17.6 → 0.17.11
2019-03-12 17:04:21 +00:00
Artemis Tosini
9a37532413
factorio: experimental 0.17.5 → 0.17.6
2019-03-06 13:39:40 +00:00
Artemis Tosini
5d67263161
factorio: experimental 0.17.2 → 0.17.5
2019-03-05 01:44:08 +00:00
Artemis Tosini
7b9d2b5700
factorio: experimental 0.17.1 → 0.17.2 ( #56488 )
2019-02-27 14:34:34 -08:00
Paul TREHIOU
f4bd833bef
factorio: experimental 0.16.51 -> 0.17.1 ( #56437 )
2019-02-27 13:23:01 -08:00
Eric Litak
8ed49d7ec8
factorio: experimental=true includes stable builds, when newer
2018-09-20 02:27:42 -07:00
Eric Litak
ff22306255
factorio: download using token, not password
...
Downloads were broken by upstream devs' addition of CAPTCHA to the login
form. We now need only a slightly modified fetchurl to retrieve the
binary distribution.
2018-09-20 02:27:42 -07:00
John Ericson
2c2f1e37d4
reewide: Purge all uses stdenv.system
and top-level system
...
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Michishige Kaito
60ed533188
factorio: 0.16.36 -> 0.16.51
2018-06-23 18:40:29 +01:00
Michishige Kaito
f56b733e31
factorio: 16.24 -> 16.36
...
Update all factorio packages to their latest version. The fact that the
experimental version is lower than the alpha version is just because
they haven't made an experimental release after the last stable.
2018-04-04 13:18:15 +01:00
Alexander V. Nikolaev
8f2a22935c
treewide: transition from mesa_noglu to libGL
2018-02-24 17:03:46 +02:00
Sean Parsons
722906669d
factorio: refactor derivation to add experimental branch and upgrade to 0.16.24.
...
Supports the experimental and stable branches of Factorio with a new configuration option "experimental".
2018-02-15 22:05:53 +00:00
Shaun Sharples
23565a2574
factorio: 0.15.37 -> 0.15.40
...
stable is now 0.15.40
demo: 0.15.33 -> 0.15.36
2017-12-17 16:08:02 +02:00
Neil Cecchini
fd8a174868
factorio: 0.15.34 -> 0.15.37
2017-11-16 15:48:00 +01:00
Vladimír Čunát
3a93d9c516
factorio: fixup my eval fixup f9ea527a02
2017-09-07 23:15:08 +02:00
Vladimír Čunát
f9ea527a02
factorio: use throw
instead of abort
...
Otherwise if you try to listing all available packages, you will get a
hard error on platforms not supported by this package. Consequently the
tarball job was broken.
2017-09-07 19:15:58 +02:00
Eric Litak
2164c01a53
factorio: 0.15.33 -> 0.15.34
2017-09-05 15:04:27 -07:00
Eric Litak
02d715d29b
factorio: refactored the arch+version abstraction
2017-09-05 15:02:24 -07:00
Michael Peyton Jones
1b262de7ee
Factorio: 0.15.31 -> 0.15.33
2017-08-15 23:46:35 +01:00
Eric Litak
2647ef05d4
factorio: 0.15.30 -> 0.15.31
2017-07-27 07:05:28 -07:00
Eric Litak
96b4ed637b
factorio: 0.15.26 -> 0.15.30 ( #27421 )
2017-07-16 13:08:48 +01:00
Eric Litak
a72c1e4e1c
factorio: 0.15.16 -> 0.15.26
2017-07-02 05:43:33 -07:00