Commit Graph

6711 Commits

Author SHA1 Message Date
github-actions[bot]
588d9ab6e2
Merge staging-next into staging 2023-01-25 12:02:09 +00:00
github-actions[bot]
20df8d00cc
Merge master into staging-next 2023-01-25 12:01:34 +00:00
Naïm Favier
7607aa2f27
Merge pull request #212423 from ncfavier/dwarf-fortress-macos
Fixes https://github.com/NixOS/nixpkgs/issues/204851
2023-01-25 11:28:57 +01:00
github-actions[bot]
3c67941102
Merge staging-next into staging 2023-01-25 06:01:39 +00:00
github-actions[bot]
a2f216a003
Merge master into staging-next 2023-01-25 06:01:06 +00:00
360ied
91bd7af0a5 classicube: 1.3.4 -> 1.3.5
changelog: https://github.com/UnknownShadow200/ClassiCube/releases/tag/1.3.5

changes in nixpkgs build:
- skins work again
- build no longer use SDL2 (libXi no longer has problems now)
2023-01-24 22:23:07 -05:00
Naïm Favier
ac0d4f035f
dwarf-fortress: set PRINT_MODE:STANDARD on macOS
Fixes https://github.com/NixOS/nixpkgs/issues/204851
2023-01-24 13:55:01 +01:00
github-actions[bot]
8aee205b0c
Merge staging-next into staging 2023-01-24 12:01:46 +00:00
Vladimír Čunát
411405c9f6
Merge branch 'master' into staging-next
Trivial conflict in release notes, except that the xml/docbook parts
are horrible for (semi-)automatic conflict resolution.
Fortunately that's generated anyway.
2023-01-24 12:22:38 +01:00
Nick Cao
542ef38802
Merge pull request #211602 from Jayman2000/ecwolf-1.4.0
ecwolf: replace `fetchurl` with `fetchFromBitbucket` & 1.3.3 -> 1.4.0
2023-01-24 16:48:58 +08:00
John Ericson
8240bc77e8
Merge pull request #212275 from alyssais/libdl
treewide: remove -ldl linker flags
2023-01-23 16:28:21 -05:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
With all libcs I'm aware of, libdl is now either empty (Glibc, musl,
uclibc, illumos), a symlink to libc or equivalent (Apple), or does not
exist (FreeBSD, NetBSD).  So explicitly linking libdl now does nothing
for the former platforms, and breaks the build for the latter
platforms.

With this patch I've removed -ldl from all overridden linker flags for
all free packages in Nixpkgs.  Everything still seems to build.
2023-01-23 15:34:53 +00:00
github-actions[bot]
eadaaa7d20
Merge master into staging-next 2023-01-23 12:01:24 +00:00
Weijia Wang
07d5406f8d
Merge pull request #211104 from wegank/performous-bump
performous: 1.1 -> 1.2.0
2023-01-23 11:16:53 +01:00
Nick Cao
8e7f108599
Merge pull request #211432 from Atemu/update/BeatSaberModManager
BeatSaberModManager: bump deps
2023-01-23 15:59:28 +08:00
Weijia Wang
2e32ae8969
Merge pull request #204949 from r-ryantm/auto-update/vassal
vassal: 3.6.7 -> 3.6.10
2023-01-23 07:54:13 +01:00
Weijia Wang
bc8dfb483d
Merge pull request #204385 from r-ryantm/auto-update/openttd-nml
openttd-nml: 0.7.0 -> 0.7.1
2023-01-23 07:39:11 +01:00
Weijia Wang
1b105b282b
Merge pull request #203234 from r-ryantm/auto-update/unciv
unciv: 4.3.1 -> 4.4.3
2023-01-23 07:27:06 +01:00
github-actions[bot]
d8bfd0a059
Merge master into staging-next 2023-01-23 06:01:12 +00:00
Weijia Wang
6805064904
Merge pull request #199882 from r-ryantm/auto-update/legendary-gl
legendary-gl: 0.20.31 -> 0.20.32
2023-01-23 06:14:42 +01:00
Weijia Wang
197403e3a6
Merge pull request #209347 from WolfangAukang/rare-relax
rare: relax legendary-gl
2023-01-23 06:05:56 +01:00
github-actions[bot]
44319c878e
Merge master into staging-next 2023-01-23 00:02:15 +00:00
Weijia Wang
aeae1fc39c
Merge pull request #194967 from r-ryantm/auto-update/hyperrogue
hyperrogue: 12.1a -> 12.1h
2023-01-22 22:51:22 +01:00
github-actions[bot]
feb2240b37
Merge master into staging-next 2023-01-22 18:01:03 +00:00
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Jason Yundt
d0d65badfc ecwolf: 1.3.3 -> 1.4.0
Release announcement: <https://maniacsvault.net/entry91>

SDL and SDL_mixer had to be replaced with SDL2 and SDL2_mixer to get the
new version of ECWolf to compile. Also, SDL2_net had to be added since
ECWolf now has support for multiplayer (see
<https://maniacsvault.net/ecwolf/multiplayer.php>).

Closes #211388.
2023-01-21 08:45:22 -05:00
Jason Yundt
aeb8fd1296 ecwolf: replace fetchurl with fetchFromBitbucket
This change makes ecwolf’s src slightly simpler. It also makes ecwolf’s
src more future proof. When ECWolf 2.0 is released, the “1.x” in the
maniacsvault.net URL is likely to change, but the Bitbuck repo isn’t
likely to change. Additionally, this change reduces the difference
between ecwolf’s default.nix and lzwolf’s default.nix (LZWolf is a fork
of ECWolf). Finally, this change makes nixpkgs rely on bitbucket.org
instead of maniacsvault.net. bitbucket.org is probably more reliable
than maniacsvault.net.
2023-01-21 08:45:21 -05:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Guillaume Girol
90c78aee6c Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs 2023-01-21 12:00:00 +00:00
R. Ryantm
e550b2c9c8 unciv: 4.3.1 -> 4.4.3 2023-01-20 23:59:04 +00:00
Sandro
e8cf2f3205
Merge pull request #211658 from raphaelr/steam-libxcrypt 2023-01-20 13:39:09 +01:00
dantefromhell
dea00a0578
factorio-experimental: 1.1.74 -> 1.1.76 (#211452)
Co-authored-by: dantefromhell <dantefromhell@users.noreply.github.com>
2023-01-20 13:18:40 +01:00
0x4A6F
b188e656d9
Merge pull request #211620 from fgaz/lgogdownloader/gui
lgogdownloader: enable GUI
2023-01-20 00:34:45 +01:00
Raphael Robatsch
0a22920a97 steam-run: add libxcrypt to FHS environment
Required by some games.
2023-01-19 20:18:44 +01:00
Francesco Gazzetta
8f0bc3884d lgogdownloader: enable GUI 2023-01-19 18:36:17 +01:00
Alyssa Ross
0ae87d514f treewide: add names to all setup hooks 2023-01-19 15:00:36 +00:00
Atemu
6caaaeff07 BeatSaberModManager: bump deps
Fixes the build
2023-01-18 19:04:46 +01:00
Nick Cao
11da253ac9
Merge pull request #211032 from r-ryantm/auto-update/ferium
ferium: 4.3.3 -> 4.3.4
2023-01-17 09:25:48 +08:00
Weijia Wang
1b89ef3acc performous: 1.1 -> 1.2.0 2023-01-16 20:51:47 +01:00
Nick Cao
a90e324332
Merge pull request #210785 from fgaz/mindustry/nixos-test
nixosTests.mindustry: init; mindustry: use SRI hashes
2023-01-16 16:21:06 +08:00
huantian
e3da673893 tetrio-plus: 0.23.13 -> 0.25.2 2023-01-16 09:20:47 +01:00
R. Ryantm
a2244cd5dd vassal: 3.6.7 -> 3.6.10 2023-01-16 05:31:38 +00:00
R. Ryantm
5019646151 ferium: 4.3.3 -> 4.3.4 2023-01-16 05:18:51 +00:00
Nick Cao
b7d280df7a
Merge pull request #210737 from witchof0x20/plogon_here
xivlauncher: 1.0.2 -> 1.0.3
2023-01-16 13:02:00 +08:00
Jörg Thalheim
a404818598
Merge pull request #210635 from reedrw/r2mod133
r2mod_cli: 1.3.2 -> 1.3.3
2023-01-16 01:34:07 +01:00
Winter
2556ba08ee
xivlauncher: remove ashkitten as maintainer
Requested in https://github.com/NixOS/nixpkgs/pull/210737#issuecomment-1382894954
2023-01-15 11:17:01 -05:00
Jade
95cd72f731
xivlauncher: add witchof0x20 as maintainer 2023-01-15 11:16:42 -05:00
Francesco Gazzetta
cd0e49f419 mindustry: use SRI hashes 2023-01-15 13:11:37 +01:00
Francesco Gazzetta
cbe58afca0 nixosTests.mindustry: init 2023-01-15 13:11:37 +01:00