Commit graph

5333 commits

Author SHA1 Message Date
Ivv
73a9729353
Merge pull request #152623 from luxferresum/ottomatic
otto-matic: init at 4.0.0
2022-01-20 19:31:37 +01:00
Sandro
4fe55cf233
Merge pull request #155584 from r-ryantm/auto-update/vintagestory 2022-01-20 02:39:12 +01:00
Bobby Rong
e098427f75
Merge pull request #148899 from r-ryantm/auto-update/VASSAL
vassal: 3.5.8 -> 3.6.1
2022-01-19 19:47:57 +08:00
R. Ryantm
6c6c397b92 vintagestory: 1.15.10 -> 1.16.0 2022-01-19 09:12:35 +00:00
Jörg Thalheim
bae5930da8
Merge branch 'master' into love-cleanup 2022-01-19 05:53:49 +00:00
Bobby Rong
32927f19c1
Merge pull request #155413 from liclac/bump-among-sus
among-sus: 2020-10-19 -> 2021-05-19
2022-01-19 11:18:13 +08:00
Sandro Jäckel
1d1dc7798d
tlauncher: remove
tlauncher has a shady past (https://github.com/NixOS/nixpkgs/pull/152744#issuecomment-1014125073)
offers torrents on their website with cracked games and the discussion in their reddit is primarly
around cracked Mincraft versions.

This reverts commit ed4ece3f44.
2022-01-18 20:57:43 +01:00
embr
5b18955583 among-sus: 2020-10-19 -> 2021-05-19 2022-01-17 21:40:55 +01:00
Felix Buehler
4a403f9e33 treewide: rename name to pname&version 2022-01-17 19:09:37 +01:00
Sandro
fd180ee549
Merge pull request #140265 from McSinyx/blackshades-2.4.0 2022-01-17 10:58:06 +01:00
Frederik Rietdijk
afef6d0e81
Merge pull request #154687 from dotlambda/python-alias
python,pythonPackages: make aliases
2022-01-17 09:37:49 +01:00
legendofmiracles
0b7e81ec04
Merge pull request #154183 from Kranzes/legendary
legendary-gl: 0.20.18 -> 0.20.24
2022-01-16 18:34:14 -06:00
Felix Buehler
f60b7917bf n2048: refactor 2022-01-16 22:07:30 +01:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Robert Schütz
d4ebae1054 heroic: remove unused argument 2022-01-16 18:00:59 +00:00
Jörg Thalheim
d720494491 hawkthorne: drop 2022-01-16 07:15:14 +01:00
Jörg Thalheim
e52a956960 rimshot: drop
crashes on startup:

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
Error: No available video device
stack traceback:
        [C]: ?
        [C]: in function 'require'
        [string "boot.lua"]:1: in function <[string "boot.lua"]:1>
        [C]: in function 'xpcall'
2022-01-16 07:14:40 +01:00
Jörg Thalheim
89cabe5b05 nottetris2: drop
crashes on startup:

[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
[ALSOFT] (EE) Failed to set real-time priority for thread: Operation not permitted (1)
Error: No available video device
stack traceback:
        [C]: ?
        [C]: in function 'require'
        [string "boot.lua"]:1: in function <[string "boot.lua"]:1>
        [C]: in function 'xpcall'
2022-01-16 07:13:39 +01:00
Jörg Thalheim
6e6058400a vapor: drop package 2022-01-16 07:13:05 +01:00
Joel
b254d2b1fe minecraftServers: init - move all minecraft-server versions into minecraftServers 2022-01-15 21:58:16 -05:00
Joel
e0843a80e2 minecraft-server: fix using latest jre for all minecraft server versions 2022-01-15 21:58:16 -05:00
Joel
63c488bf3b minecraft-server: add jyooru as maintainer 2022-01-15 21:58:16 -05:00
Joel
867b8e2188 minecraft-server: package major versions 2022-01-15 21:58:16 -05:00
Tristan Gosselin-Hane
f4ef264724 polymc: init at 1.0.4 2022-01-15 18:07:29 -05:00
Artturi
ec938613e0
Merge pull request #154912 from Shardion/master 2022-01-15 21:19:48 +02:00
Nguyễn Gia Phong
6a69cda1d5
blackshades: 1.3.1 -> 2.4.7 2022-01-15 11:09:24 +07:00
legendofmiracles
25a9a2d6cc
Merge pull request #154058 from cpu/cpu-blightmud-3.5.0 2022-01-14 20:41:53 -06:00
Daniel McCarney
ae1bee344a
blightmud: init at 3.5.0
Blightmud is a terminal client for connecting to Multi User Dungeon
(MUD) games. It is written in Rust and supports TLS, GMCP, MSDP, MCCP2,
tab completion, text searching and a split view for scrolling. Blightmud
can be customized with Lua scripting for aliases, triggers, timers,
customized status bars, and more. Blightmud supports several
accessibility features including an optional built-in text-to-speech
engine and a screen reader friendly mode.

For nixpkgs it is largely a standard derivation for a rust project using
`rustPlatform.buildRustPackage`. There is some customization required
for the optional text-to-speech (TTS) engine support. In this case the
derivation must also set the `LIBCLANG_PATH` and customize
`BINDGEN_EXTRA_CLANG_ARGS` in order for a required crate to be able to
`rust-bindgen` the `libspeechd` dependency it wraps. Lastly the
derivation has to skip some integration-style tests that don't play
nicely with the nixpkgs build environment - the majority of unit tests
work so they are left running in the check phase.

Since the TTS support brings in heavy dependencies, but is a useful
accessibility feature, the Blightmud derivation is added to
`all-packages.nix` twice:

1. the `blightmud` attribute builds a configuration without TTS support.
2. the `blightmud-tts` attribute builds a configuration _with_ TTS
   support.

The new Blightmud derivation is placed in `pkgs/games/blightmud/`
following the precedent set by another packaged GUI-based MUD client,
`mudlet` with `pkgs/games/mudlet/`.
2022-01-14 18:34:01 -05:00
Shardion
9f928fe969
grapejuice: 3.64.16 -> 4.10.2 2022-01-13 09:15:15 -08:00
Anderson Torres
d4c2294a73
Merge pull request #154830 from AndersonTorres/new-games
ace-of-penguins: init at 1.4
2022-01-13 10:07:35 -03:00
AndersonTorres
37aefe329d ace-of-penguins: init at 1.4
Plus patches!
2022-01-12 22:21:00 -03:00
Pascal Bach
f708058fe3
Merge pull request #153295 from siddhantk232/master
heroic: 1.10.3 -> 2.0.2
2022-01-12 19:57:49 +01:00
Thiago Kenji Okada
3e6884fc19
Merge pull request #154627 from freepotion/remove-maintainer
ivan, maintainers: maintainer removed
2022-01-11 16:10:29 -03:00
Free Potion
1e47c2055d
ivan: maintainer was removed 2022-01-11 20:52:10 +03:00
AndersonTorres
7432c431c7 the-legend-of-edgar: init at 1.35 2022-01-10 20:10:45 -03:00
AndersonTorres
fbcf8ffa10 blockattack: init at 2.7.0 2022-01-10 20:10:45 -03:00
Renaud
cce443d30a
Merge pull request #153404 from j0hax/papermc-update
papermc: 1.17.1r399 -> 1.18.1r132
2022-01-10 16:28:27 +01:00
Ilan Joselevich
ca3bc92bc4 legendary-gl: 0.20.18 -> 0.20.24 2022-01-10 16:23:41 +02:00
Sandro
7ab557237c
Merge pull request #153334 from Stunkymonkey/andyetitmoves-phases 2022-01-08 18:21:58 +01:00
siddhantCodes
c2fc2a373d heroic: 1.10.3 -> 2.0.2 2022-01-08 10:19:35 +05:30
Ben Siraphob
9334785442
crafty: remove 2022-01-07 16:45:55 +07:00
Ben Siraphob
c9339da1d1
banner: update homepage 2022-01-07 16:45:50 +07:00
Ben Siraphob
e9e90a941b
treewide: replace http://web.archive.org with https://web.archive.org 2022-01-07 09:58:36 +07:00
Bobby Rong
3342c9f8bf
Merge pull request #153370 from DeeUnderscore/widelands-boost-1.77
widelands: fix building with boost 1.77
2022-01-06 13:15:49 +08:00
Johannes Arnold
b25107949d papermc: 1.17.1r399 -> 1.18.1r132 2022-01-03 23:24:46 +01:00
Thiago Kenji Okada
e93001da71
Merge pull request #152744 from lucasew/package/tlauncher
tlauncher: init at 2.839
2022-01-03 18:46:03 -03:00
Thiago Kenji Okada
102db75c91
Merge pull request #152260 from IvarWithoutBones/dotnetModule/osu
osu-lazer: 2021.1113.0 -> 2021.1225.0 && use buildDotnetModule
2022-01-03 17:22:34 -03:00
D Anzorge
0762a3f441 widelands: fix building with boost 1.77 2022-01-03 18:51:39 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
R. RyanTM
75a86ab9f5
ivan: 058 -> 059
(#152750)
2022-01-03 15:10:57 +01:00