Francesco Gazzetta
fc20c52aea
Merge pull request #199487 from fgaz/warzone2100/4.3.1
...
warzone2100: 4.2.7 -> 4.3.1
2022-11-06 12:15:32 +00:00
R. Ryantm
3f60403fe1
classicube: 1.3.3 -> 1.3.4
2022-11-06 17:45:18 +08:00
Solene Rapenne
797817d601
rare: 1.9.2 -> 1.9.3
2022-11-04 22:35:32 +01:00
Daniel McCarney
1ad8079f8b
ldmud: fix undefined reference to 'crypt'
...
Adding `libxcrypt` as a dependency is required to avoid a link time
error from an undefined reference to `crypt` in non-TLS-enabled builds
now that glibc crypt support is optional[0].
Additionally, many of the `nativeBuildInputs` should be `buildInputs`
since they are used at runtime and not build time. This is also fixed in
this commit.
[0]: ff30c899d8
2022-11-04 12:17:53 -04:00
Francesco Gazzetta
e6d7058b9e
warzone2100: 4.2.7 -> 4.3.1
2022-11-04 09:47:03 +01:00
Sandro
3821db7ad7
Merge pull request #195899 from wegank/scorched3d-wxgtk
2022-11-04 01:19:16 +01:00
Weijia Wang
906c2a9486
odamex: migrate to wxGTK32
2022-11-03 11:49:13 +01:00
R. Ryantm
d17013ea9e
blightmud: 4.0.0 -> 5.0.0
2022-11-02 10:50:38 +08:00
Mario Rodas
f80ace666a
Merge pull request #198245 from jojosch/factorio-update
...
factorio: 1.1.69 -> 1.1.70
2022-11-01 13:35:07 -05:00
Stanisław Pitucha
51047b2a8d
Merge pull request #198926 from Scrumplex/update-prismlauncher-5.1
...
prismlauncher: 5.0 -> 5.1
2022-11-02 00:30:10 +11:00
R. Ryantm
34e17488ab
unciv: 4.2.13 -> 4.2.16
2022-11-01 20:33:25 +08:00
Sefa Eyeoglu
c77f59d15b
prismlauncher: 5.0 -> 5.1
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-11-01 11:51:31 +01:00
Emery Hemingway
19d9ac28cc
raylib-games: init at 2022-10-14
...
Now we have something to test our Raylib package against.
2022-10-31 08:54:48 -05:00
Christian Kögler
96d597a59a
Merge pull request #197431 from sersorrel/xivlauncher-new-repo
...
xivlauncher: 1.0.1.0 -> 1.0.2
2022-10-30 22:46:41 +01:00
Sandro
41a569d198
Merge pull request #198083 from SuperSandro2000/dwarf-fortress
2022-10-30 19:56:25 +01:00
Sergei Trofimovich
bfa191404f
voxelands: use xorg.* packages directly instead of xlibsWrapper indirection
...
Tested as no material change in `out` output with `diffoscope`.
2022-10-30 11:34:37 +01:00
Sergei Trofimovich
4cef88b852
openrw: use xorg.* packages directly instead of xlibsWrapper indirection
...
Tested as no material change in `out` output with `diffoscope`.
2022-10-30 11:19:50 +01:00
ash
0b9ef60d38
xivlauncher: set meta.mainProgram
2022-10-29 15:45:15 +01:00
Sergei Trofimovich
711bc5f86c
zoom: use xorg.* packages directly instead of xlibsWrapper indirection
...
Tested as no material change in `out` output with `diffoscope`.
2022-10-29 12:15:14 +02:00
Sergei Trofimovich
38164d1660
Merge pull request #198115 from trofi/fheroes2-use-gitUpdate
...
fheroes2: switch to gitUpdater to avoid non-version tags
2022-10-28 14:24:53 +01:00
Mario Rodas
82051748eb
Merge pull request #194204 from herberteuler/fix/sil-q-user-dir
...
sil-q: use .sil-q to avoid clashing with sil's data
2022-10-28 07:54:54 -05:00
Johannes Schleifenbaum
9e45c7572a
factorio: 1.1.69 -> 1.1.70
2022-10-28 11:28:29 +02:00
Sergei Trofimovich
bcfe4b4009
fheroes2: switch to gitUpdater to avoid non-version tags
...
`gitUpdater` uses common updater that uses only versioned tags as input.
It also supports version ignore ranges if needed.
Without the change updater tries to pul in `fheroes-android` non-release:
https://github.com/NixOS/nixpkgs/pull/198000
2022-10-27 19:57:34 +01:00
Sandro Jäckel
bacd02c315
dwarf-fortress: misc cleanup
2022-10-27 18:57:12 +02:00
Sandro Jäckel
1d67cf2daf
dwarf-fortress-packages.dwarf-fortress: set meta for versioned packages
2022-10-27 18:56:34 +02:00
Sandro Jäckel
5b291004c5
dwarf-fortress: make meta.homepage independent from download page
2022-10-27 18:55:36 +02:00
Sandro Jäckel
cdfd73026a
dwarf-fortress-unfuck: don't overwrite to null on none linux platforms
2022-10-27 18:55:04 +02:00
Sergei Trofimovich
bac254b3dc
Merge pull request #198019 from trofi/eduke32-fix
...
eduke32: fix build by removing explicit header paths
2022-10-27 11:34:02 +01:00
Sergei Trofimovich
c3e1a9697d
eduke32: fix build by removing explicit header paths
...
In https://github.com/NixOS/nixpkgs/pull/197798#issuecomment-1291196023
we noticed that `eduke32` fails to build as:
source/build/include/sdl_inc.h:17:12: fatal error: SDL2/SDL.h: No such file or directory
17 | # include <SDL2/SDL.h>
| ^~~~~~~~~~~~
It statred after https://github.com/NixOS/nixpkgs/pull/191724 where
`NIX_CFLAGS_COMPILE` entries were cleaned up slightly.
This change works build failure around. But I think it's a good change:
there should be no reason to set SDL2 offset via forced include paths.
2022-10-27 08:17:23 +01:00
R. Ryantm
e82d8ad758
legendary-gl: 0.20.29 -> 0.20.30
2022-10-27 01:00:32 -04:00
Sandro
45d1ffb078
Merge pull request #197150 from LunNova/lunnova/prism-launcher-qt6
2022-10-26 21:56:29 +02:00
Mario Rodas
c3cf258cdb
Merge pull request #197504 from chvp/fix-zeroad-build
...
zeroad: fix build
2022-10-26 06:07:02 -05:00
Charlotte Van Petegem
ccd8299714
zeroad: fix build
2022-10-25 21:09:14 +02:00
Sandro
8ee9c8d3ed
Merge pull request #192118 from SuperSamus/rare
2022-10-25 15:22:54 +02:00
Martino Fontana
00b57fb2c0
rare: 1.8.9 -> 1.9.2
2022-10-24 23:53:32 +02:00
ash
97c97f5c4e
xivlauncher: 1.0.1.0 -> 1.0.2
2022-10-24 18:34:16 +01:00
Ingo Blechschmidt
150a54fee9
tuxpaint: 0.9.27 -> 0.9.28
2022-10-24 14:22:30 +02:00
Jack Cummings
5d2907308f
widelands 1.0 -> 1.1
...
Remove in-tree patch, as it isn't needed anymore.
Addresses #197395 .
2022-10-23 22:51:22 -07:00
Mario Rodas
bdb2cf6de3
Merge pull request #193284 from m0rg-dev/pysolfc-2.16.0
...
pysolfc: 2.6.4 -> 2.16.0
Closes #190799
2022-10-23 18:34:23 -05:00
Luna Nova
a7f6c1dd96
prismlauncher: pass -DLauncher_QT_VERSION_MAJOR=6 on qt6, add qtsvg dep for icons
2022-10-22 08:02:10 -07:00
Martin Weinelt
80fc469031
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-21 22:33:42 +02:00
Sandro
5106dc0ddb
Merge pull request #196397 from fgaz/hikounomizu/init
2022-10-21 19:57:12 +02:00
Francesco Gazzetta
0eceb37a6c
hikounomizu: build data in parallel
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-21 12:21:31 +00:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next
2022-10-20 06:05:55 +00:00
Sandro
c0e2314de6
Merge pull request #195896 from wegank/megaglest-fix
...
megaglest: fix broken build
2022-10-20 03:38:32 +02:00
Sandro
42c6b4c3e3
Merge pull request #195892 from wegank/fsg-wxgtk
...
fsg: migrate to wxGTK32
2022-10-20 03:38:11 +02:00
Sandro
2237bf9c1b
Merge pull request #195889 from wegank/asc-wxgtk
...
asc: migrate to wxGTK32
2022-10-20 03:37:29 +02:00
R. Ryantm
742243f041
wesnoth: 1.16.5 -> 1.16.6
2022-10-20 09:07:48 +08:00
github-actions[bot]
aac580f88f
Merge master into staging-next
2022-10-20 00:05:13 +00:00
Artturi
0ca70b19e4
Merge pull request #196448 from quasigod-io/grapejuice
...
grapejuice: 5.5.4 -> 6.2.2
2022-10-20 01:00:24 +03:00
Skyler Grey
879c2dffe1
polymc: remove
...
- As polymc has been hostily taken over, prismlauncher (the fork) should
be used instead
- The previous commit packages prismlauncher, this commit makes it so
that installing polymc will give an error message
2022-10-19 19:06:54 +01:00
Skyler Grey
290d7b2819
prismlauncher: init at 5.0
2022-10-19 19:06:49 +01:00
Jan Tojnar
457f28f6f8
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/tools/codespell/default.nix
codespell 2.2.2 switched to pyproject & setuptools_scm:
https://github.com/codespell-project/codespell/pull/2523
2022-10-19 05:24:28 +02:00
Pascal Bach
444bc80848
Merge pull request #196029 from r-ryantm/auto-update/freeciv
...
freeciv: 3.0.3 -> 3.0.4
2022-10-18 12:37:47 +02:00
Tris Emmy Wilson
9d27de8105
polymc: mark knownVulnerabilities OVE-20221017-0001
...
see #196460 , https://xeiaso.net/blog/OVE-20221017-0001
2022-10-17 16:45:15 -05:00
quasigod-io
c7ee149d58
grapejuice: 5.5.4 -> 6.2.2
2022-10-17 14:31:24 -04:00
github-actions[bot]
3834216ec6
Merge master into staging-next
2022-10-17 18:10:17 +00:00
R. Ryantm
5a61f4450b
unciv: 4.2.11 -> 4.2.13
2022-10-17 22:21:42 +08:00
Francesco Gazzetta
8edb36074d
hikounomizu: init at 0.9.2
2022-10-17 12:09:46 +02:00
github-actions[bot]
f52955a521
Merge master into staging-next
2022-10-16 18:01:42 +00:00
Atemu
009567814b
steam-run: provide meta ( #196273 )
...
Fixes https://github.com/NixOS/nix/issues/4527
2022-10-16 16:18:10 +02:00
R. Ryantm
98919e764f
gemrb: 0.9.1 -> 0.9.1.1
2022-10-16 22:14:05 +08:00
github-actions[bot]
e648107a22
Merge master into staging-next
2022-10-16 06:06:19 +00:00
R. Ryantm
8bbbedd5a6
gogdl: 0.3 -> 0.4
2022-10-16 12:26:21 +08:00
Martin Weinelt
51fcbf5bb7
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-16 00:18:40 +02:00
Artturi
4c9e74c44b
Merge pull request #193839 from r-ryantm/auto-update/vintagestory
2022-10-15 22:36:03 +03:00
Anderson Torres
fc4e7ce1f9
Merge pull request #195694 from laalsaas/solicurses
...
SoliCurses: init at unstable-2022-02-13
2022-10-15 14:43:04 -03:00
Reed
653e881d1c
shticker-book-unwritten: 1.0.3 -> 1.2.0
2022-10-15 09:34:16 -04:00
laalsaas
4eb8ac55c9
SoliCurses: init at unstable-2022-02-13
2022-10-15 15:11:07 +02:00
github-actions[bot]
4f07e7f326
Merge master into staging-next
2022-10-15 06:07:54 +00:00
Artturi
4329a219a4
Merge pull request #194525 from cpu/cpu-rust-bindgenHook-cleanup
2022-10-15 05:08:11 +03:00
Artturi
56cbdc3b83
Merge pull request #195874 from Artturin/removeinheritxorg
2022-10-15 04:27:23 +03:00
github-actions[bot]
886633ba43
Merge master into staging-next
2022-10-15 00:04:00 +00:00
Mario Rodas
dfb28590f7
Merge pull request #195903 from wegank/zod-wxgtk
...
zod: fix build on aarch64-linux
2022-10-14 18:38:43 -05:00
R. Ryantm
993e453d72
freeciv: 3.0.3 -> 3.0.4
2022-10-14 17:49:54 +00:00
Artturin
61c3058bcb
all-packages.nix: remove inherit (*xorg) *
's
...
using inherits in callPackage args is discouraged and doesn't splice
correctly
2022-10-14 20:48:09 +03:00
Weijia Wang
022e555d67
zod: migrate to wxGTK32
2022-10-14 05:59:59 +02:00
Weijia Wang
c548b9e83b
scorched3d: migrate to wxGTK32
2022-10-14 05:28:40 +02:00
Weijia Wang
2c10164855
megaglest: fix broken build
2022-10-14 05:13:11 +02:00
Weijia Wang
37494841ba
fsg: migrate to wxGTK32
2022-10-14 04:38:35 +02:00
Weijia Wang
ce12c5feda
asc: migrate to wxGTK32
2022-10-14 04:14:01 +02:00
github-actions[bot]
62bcf0ac62
Merge staging-next into staging
2022-10-13 12:02:06 +00:00
Sergei Trofimovich
e506bb3c95
Merge pull request #195399 from r-ryantm/auto-update/fheroes2
...
fheroes2: 0.9.19 -> 0.9.20
2022-10-13 12:35:05 +01:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging
2022-10-13 08:27:55 +02:00
Martin Weinelt
bbbaaa3e35
Merge pull request #195610 from wegank/0ad-aarch64
2022-10-13 01:34:24 +02:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2
2022-10-13 00:08:01 +03:00
Sandro
2678c1b034
Merge pull request #193484 from wegank/gpl1-eol
2022-10-12 21:04:31 +02:00
Weijia Wang
284adcab1f
zeroad: fix build on aarch64-linux
2022-10-12 20:02:26 +02:00
Jonas Heinrich
fc0c0a17ca
Merge pull request #195536 from 360ied/classicube-1.3.3
...
classicube: 1.3.2 -> 1.3.3
2022-10-12 09:57:14 +02:00
Vladimír Čunát
b2a5c364d7
heroic: don't use the kdialog
top-level alias
...
https://hydra.nixos.org/log/ygsis1s955063im3i37cqwb9grfjyfsz-nixpkgs-release-checks.drv
2022-10-12 08:43:30 +02:00
Sergei Trofimovich
ddb10345b1
Merge pull request #195043 from trofi/astromenace-without-xlibsWrapper
...
astromenace: use xorg.* packages directly instead of xlibsWrapper ind…
2022-10-11 23:22:50 +01:00
Sandro
0cb2fdf0da
Merge pull request #187960 from aidalgol/heroic-fixes
2022-10-11 21:11:39 +02:00
360ied
3f525e0de4
classicube: 1.3.2 -> 1.3.3
2022-10-11 10:48:39 -04:00
Weijia Wang
50d21e56fa
minetest: fix build on darwin
2022-10-11 13:51:05 +02:00
github-actions[bot]
5d957f3dba
Merge staging-next into staging
2022-10-11 00:05:26 +00:00
Zhaofeng Li
205e805d51
steam: Add extraArgs to prepend arguments to Steam
...
The steam launcher script in SteamOS 3 always prepends `-steamdeck`
to ensure the correct client version is used. This argument enables
us to replicate the setup in NixOS.
2022-10-10 19:34:20 -04:00
Martin Weinelt
294201004f
Merge remote-tracking branch 'origin/master' into staging-next
2022-10-10 21:45:18 +02:00
R. Ryantm
3f2a81f1ba
fheroes2: 0.9.19 -> 0.9.20
2022-10-10 19:24:59 +00:00
Christian Kögler
5ffc327413
Merge pull request #192594 from r-ryantm/auto-update/augustus
...
augustus: 3.1.0 -> 3.2.0
2022-10-10 17:34:17 +02:00
Bobby Rong
6eacf7daeb
Merge pull request #195108 from oxzi/openrct2-0.4.2
...
openrct2: 0.4.1 -> 0.4.2
2022-10-10 22:15:16 +08:00