Commit Graph

10094 Commits

Author SHA1 Message Date
Tomodachi94
76bb4843c7
treewide: pin Gradle 8 where deprecation warning present in build log (#359177) 2024-11-27 13:45:10 -08:00
Felix Bühler
4329ff5f84
space-station-14-launcher: fix fhsenv version (#359409) 2024-11-27 20:25:52 +01:00
Felix Buehler
ea7b88c287 space-station-14-launcher: fix fhsenv version 2024-11-26 21:59:49 +01:00
Felix Buehler
71a874cbe2 heroic: fix fhsenv version 2024-11-26 21:51:40 +01:00
Tomodachi94
b433620b61 shattered-pixel-dungeon: pin to Gradle 8 2024-11-26 02:36:00 +00:00
Maximilian Bosch
c76b79b7d2
libstdcxx5: remove
I observed this package to be a big red herring when people are searching
for the package they need if libstdc++ is missing: I observed this to
happen if you're either very new to packaging and don't know where it's
supposed to come from or if you package some binary program (or virtual
environment) and this library is missing.

The package is a subset of GCC 3.3 from 2005 and only needed for very
old proprietary software that cannot be recompiled where it's only
questionable if this is even appropriate to have in nixpkgs.

There's in fact one such package, unreal tournament 2004. As much as I
don't think that libstdcxx5 has a place in here, this also applies to
it. If people want to consume this, it should belong into an external
flake.

Until this happens, I'm sorry for https://www.youtube.com/watch?v=mXapt4GHt-s
2024-11-25 09:03:50 +01:00
Colin
bcf111d082
Add package sm64coopdx (#344305) 2024-11-23 14:04:40 +00:00
Atemu
1fd02d90c6
heroic: fix cursor issues (#358010) 2024-11-22 17:56:28 +01:00
Colin
6146b6ee59
tower-pixel-dungeon: init at 0.3.2 (#353424) 2024-11-22 05:02:41 +00:00
Viorel-Cătălin Răpițeanu
f865c76c3e heroic: fix cursor issues
Fix the Xorg mouse issues initialy found with Lutris in:
https://github.com/NixOS/nixpkgs/pull/348533
2024-11-22 00:28:34 +02:00
Cosima Neidahl
644c1802f0
wipeout-rewrite: nixfmt, modernise, bump (#354647) 2024-11-20 23:05:30 +01:00
R. Ryantm
e766b67731 rat-king-adventure: 2.0.1 -> 2.0.2 2024-11-20 21:17:54 +00:00
K900
d7fa835694 path-of-building.data: 2.49.0 -> 2.49.2
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.49.0...v2.49.2
2024-11-19 19:27:59 +03:00
Atemu
8a312b121e
space-cadet-pinball: Improve packaging (#354555) 2024-11-19 11:45:23 +01:00
K900
08d2f9c665 path-of-building.data: 2.48.2 -> 2.49.0
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.48.2...v2.49.0
2024-11-18 16:01:04 +03:00
Nadia Holmquist Pedersen
eadef8f486 space-cadet-pinball: migrate to by-name 2024-11-18 11:37:32 +01:00
Nadia Holmquist Pedersen
3246cfb7bf space-cadet-pinball: format with nixfmt-rfc-style 2024-11-18 11:37:31 +01:00
OPNA2608
211532d7c9 wipeout-rewrite: Migrate to by-name 2024-11-16 17:38:42 +01:00
OPNA2608
9bca23b06b wipeout-rewrite: Add passthru.updateScript 2024-11-16 17:35:54 +01:00
OPNA2608
fed528af31 wipeout-rewrite: Drop meta-wide "with lib" 2024-11-16 17:35:54 +01:00
OPNA2608
fdc5d84e66 wipeout-rewrite: nixfmt 2024-11-16 17:35:53 +01:00
Emily
6531d2e2b4
treewide: add missing sourceProvenance (#354383) 2024-11-14 00:21:28 +00:00
Sefa Eyeoglu
864914bd7e
ddnet: fix x86 darwin (#355675) 2024-11-13 19:30:31 +01:00
R. Ryantm
155168226c shattered-pixel-dungeon: 2.5.3 -> 2.5.4 2024-11-13 16:07:20 +00:00
Austin Horstman
a4c1840b8d
ddnet: fix x86 darwin
Aligned alloc requires higher sdk.
2024-11-13 09:26:51 -06:00
Austin Horstman
b761a3a403
ddnet: format 2024-11-13 09:26:50 -06:00
Austin Horstman
2408c7f62d
ddnet: 18.6 -> 18.7 (#354991) 2024-11-13 09:21:51 -06:00
Bot_wxt1221
8b4df30ab3
Mindustry: fix build on non x86 device (#355174)
* Mindustry: move to by-name

* Mindustry: nixfmt

* Mindustry: fix build on non x86 device
2024-11-13 12:57:57 +01:00
Reno Dakota
1f481ed5c7
treewide: add missing sourceProvenance
add binaryNativeCode to sourceProvenance
2024-11-12 06:14:40 +00:00
melon
f0c1ff9fde update to 18.7 - remove unused fetchpatch 2024-11-10 13:29:29 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Austin Horstman
7e248e17e6
taisei: 1.3.2 -> 1.4.2; modernize; add myself as maintainer (#353696) 2024-11-08 22:13:18 -06:00
Sefa Eyeoglu
73794b4d2d
ecwolf: add passthru.updateScript (#289653) 2024-11-08 13:21:54 +01:00
Sergei Trofimovich
955ec32efc warzone2100: 4.5.3 -> 4.5.4
Changes: https://github.com/Warzone2100/warzone2100/releases/tag/4.5.4
2024-11-07 18:52:38 +00:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
Austin Horstman
1c885ada30
performous: fix build (#354129) 2024-11-07 11:59:56 -06:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Weijia Wang
72fc0b165a performous: move to pkgs/by-name 2024-11-07 04:03:49 +01:00
Weijia Wang
afc2155ae5
alienarena: 7.71.6 -> 7.71.7 (#352815) 2024-11-07 01:57:22 +01:00
Weijia Wang
5502394d66
space-station-14-launcher: 0.29.0 -> 0.29.1 (#352503) 2024-11-07 01:15:34 +01:00
Aleksana
06f1fbf721
openttd-jgrpp: Set meta.mainProgram (#353192) 2024-11-05 23:01:31 +08:00
Aleksana
5ad8bdff11
treewide: update own packages to the new apple-sdk pattern (#352719) 2024-11-05 19:58:31 +08:00
Gliczy
5e5192e6c1 taisei: move to pkgs/by-name 2024-11-04 18:19:24 +01:00
Nick Cao
9e122ef874
chiaki-ng: 1.9.0 -> 1.9.1 (#353305) 2024-11-04 09:12:59 -05:00
Francesco Gazzetta
42a45d74bd tower-pixel-dungeon: init at 0.3.2 2024-11-03 17:41:06 +01:00
wxt
047916da43 frozen-bubble: move to by-name 2024-11-03 17:09:48 +01:00
R. Ryantm
dc561f040a chiaki-ng: 1.9.0 -> 1.9.1 2024-11-03 08:26:14 +00:00
Illia Ostapyshyn
12caeb3596 openttd-jgrpp: Set meta.mainProgram 2024-11-02 19:24:30 +01:00
Sefa Eyeoglu
c9b44ac6df
ja2-stracciatella: fix build with gcc13 (#353028) 2024-11-02 11:50:26 +01:00
TomaSajt
6965f0578e
ja2-stracciatella: fix build with gcc13 2024-11-02 00:50:16 +01:00