Commit Graph

61 Commits

Author SHA1 Message Date
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
melon
f0c1ff9fde update to 18.7 - remove unused fetchpatch 2024-11-10 13:29:29 +00:00
Sefa Eyeoglu
6ff3891da2
ddnet: 18.4 -> 18.6 (#346915) 2024-10-22 15:11:48 +02:00
Heinz Deinhart
93b0eb60e0 ddnet: 18.4 -> 18.6 (remove commented out patch) 2024-10-22 10:00:43 +02:00
Théo Bori
d455bca0cd
taterclient-ddnet: init at 8.6.0 2024-10-20 14:26:26 +02:00
Heinz Deinhart
f2095203e6 ddnet: 18.4 -> 18.6
https://ddnet.org/downloads/#18.6
https://github.com/ddnet/ddnet/compare/18.4...18.6
2024-10-06 20:29:49 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Heinz Deinhart
e789727192 ddnet: 18.3.1 -> 18.4
https://ddnet.org/downloads/#18.4
https://github.com/ddnet/ddnet/compare/18.3.1...18.4
2024-07-23 10:46:45 +02:00
Heinz Deinhart
86fab5f6e8 ddnet: 18.3 -> 18.3.1
https://ddnet.org/downloads/#18.3
https://github.com/ddnet/ddnet/compare/18.3...18.3.1
2024-07-11 06:42:38 +02:00
github-actions[bot]
677389dc9f
Merge master into staging-next 2024-06-26 18:01:17 +00:00
github-actions[bot]
cf7e625161
Merge master into staging-next 2024-06-26 12:01:11 +00:00
Naïm Favier
82e0c94449
ddnet: 18.2 -> 18.3
https://ddnet.org/downloads/#18.3
2024-06-26 10:53:31 +02:00
Heinz Deinhart
3ee370f8c6 remove libcurl workaround patch 2024-06-26 10:26:22 +02:00
Heinz Deinhart
136c2c93bd
Merge branch 'NixOS:master' into ddnet_18 2024-06-26 09:38:16 +02:00
K900
45aa182b6b ddnet: skip tests on Darwin
This isn't really related to this change, but makes nixpkgs-review runs a lot nicer.
2024-06-22 18:06:51 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Heinz Deinhart
d41922a016 ddnet 18.1 -> 18.2 (plus one patch to workaround a libcurl problem)
https://ddnet.org/downloads/#18.2
https://github.com/ddnet/ddnet/compare/18.1...18.2
2024-05-05 21:35:32 +02:00
Heinz Deinhart
0dc027a2ee ddnet: 18.0.3 -> 18.1
https://ddnet.org/downloads/#18.1
https://github.com/ddnet/ddnet/compare/18.0.3...18.1
2024-03-14 20:10:01 +01:00
Heinz Deinhart
049f2de968 ddnet: 18.0.2 -> 18.0.3
https://ddnet.org/downloads/#18.0
https://github.com/ddnet/ddnet/compare/18.0.2...18.0.3
2024-02-03 09:02:49 +01:00
Heinz Deinhart
21d450c05c ddnet: 18.0.1 -> 18.0.2
https://ddnet.org/downloads/#18.0
https://github.com/ddnet/ddnet/compare/18.0.1...18.0.2
2024-01-28 14:30:43 +01:00
Heinz Deinhart
eb4d2a35c2 ddnet: 17.4.2 -> 18.0.1
https://github.com/ddnet/ddnet/compare/17.4.2...18.0.1
https://ddnet.org/downloads/#18.0
2024-01-23 10:43:38 +01:00
GetPsyched
ae6e632dcf
treewide: update meta.description to fit the guidelines 2024-01-12 21:38:16 +05:30
Heinz Deinhart
18d2012ea9 ddnet: 17.4 -> 17.4.2
https://github.com/ddnet/ddnet/compare/17.4...17.4.2
https://ddnet.org/downloads/#17.4
2023-12-19 11:55:06 +01:00
Jeremy
9c0e68d9a8 ddnet: add buildClient feature flag
see 2fdbababe1
2023-11-21 06:43:03 +13:00
Jeremy
6fed70035d ddnet: 17.3 -> 17.4 2023-11-19 14:01:00 +13:00
Heinz Deinhart
23e910bb7f ddnet: 17.2.1 -> 17.3
https://ddnet.org/downloads/#17.3
https://github.com/ddnet/ddnet/compare/17.2.1...17.3
2023-09-25 10:29:15 +02:00
Heinz Deinhart
0eef983d34 ddnet: 17.1.1 -> 17.2.1
https://ddnet.org/downloads/#17.2
ddnet/ddnet@17.1.1...17.2.1
2023-08-21 12:15:13 +02:00
Heinz Deinhart
c67c8dbc5a ddnet: 17.1 -> 17.1.1
https://github.com/ddnet/ddnet/compare/17.1...17.1.1
2023-07-09 18:19:49 +02:00
Heinz Deinhart
3ad09871cc ddnet: 17.0.3 -> 17.1
https://ddnet.org/downloads/#17.1
2023-07-07 20:28:27 +02:00
Heinz Deinhart
eda3b244e0 ddnet: 17.0.2 -> 17.0.3
https://ddnet.org/downloads/#17.0.3
https://github.com/ddnet/ddnet/compare/17.0.2...17.0.3
2023-06-06 10:35:14 +02:00
Heinz Deinhart
afc0839bfd ddnet: 17.0.1 -> 17.0.2
https://ddnet.org/downloads/#17.0.2
2023-05-30 11:43:04 +02:00
Heinz Deinhart
701c1bbf46 ddnet: 17.0 -> 17.0.1
https://ddnet.org/downloads/#17.0.1
2023-05-29 01:03:28 +02:00
Naïm Favier
50d49cf225
ddnet: 16.9 -> 17.0
https://ddnet.org/downloads/#17.0
2023-05-25 15:51:46 +02:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Heinz Deinhart
a7ff41dedb ddnet: 16.8 -> 16.9
changes: https://ddnet.org/downloads/#16.9
2023-04-03 21:14:02 +02:00
Naïm Favier
37cb897294
ddnet: 16.7.2 -> 16.8
https://ddnet.org/downloads/#16.8
2023-03-06 16:32:01 +01:00
Naïm Favier
5d7371f8ac
ddnet: pull upstream patch to fix darwin 2023-01-26 15:47:32 +01:00
Naïm Favier
e722b101f4
ddnet: 16.5 -> 16.7.2
Adds a build dependency on Rust.

Also enable the tests and add me as maintainer.
2023-01-26 11:54:00 +01:00
Heinz Deinhart
9c89d9e1fe ddnet: remove unneeded cmakeFlags 2022-10-26 22:16:00 +02:00
Heinz Deinhart
f043865fc3 ddnet: 16.4 -> 16.5 2022-10-26 17:40:15 +02:00
Dennis Felsing
52d6c0ebe7
ddnet: Update homepage
See 8526d50724
2022-10-08 00:15:16 +08:00
Heinz Deinhart
eb1d06ea70 ddnet: 16.3.2 -> 16.4 2022-09-23 20:31:30 +02:00
Heinz Deinhart
f906897d4b
ddnet: 16.3.1 -> 16.3.2 2022-09-12 23:22:05 +02:00
Heinz Deinhart
e005217333 ddnet: 16.3 -> 16.3.1 2022-08-22 22:24:15 +02:00
Heinz Deinhart
ca780fa58e ddnet: 16.2.2 -> 16.3 2022-08-22 00:13:22 +02:00
Heinz Deinhart
7732635d42 ddnet: 16.2.1 -> 16.2.2 2022-07-12 12:01:47 +02:00
R. Ryantm
24eb6920dc ddnet: 16.2 -> 16.2.1 2022-07-11 06:59:19 +00:00
Heinz Deinhart
9674356b09 ddnet 16.1 -> 16.2 2022-07-06 21:12:16 +02:00
Heinz Deinhart
b56e64b99b ddnet 16.0.3 -> 16.1 2022-05-20 09:13:25 +02:00