Commit Graph

11 Commits

Author SHA1 Message Date
gruve-p
ee838247d4
groestlcoin: 27.0 -> 28.0 2024-10-21 18:11:31 +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
Emily
c9ba793618 groestlcoind: add upstream patch for miniupnpc 2.2.8 2024-07-12 00:33:37 +01:00
gruve-p
3dd6ed7b3b
groestlcoin: 26.0 -> 27.0 2024-04-29 21:22:27 +02:00
gruve-p
4df2ae80a3
groestlcoin: 25.0 -> 26.0 2023-12-19 13:17:32 +01:00
gruve-p
3fc89747ed
groestlcoin: 24.0.1 -> 25.0 (#236499) 2023-06-13 11:52:14 +02: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
gruve-p
6603ebb0e5
groestlcoin: 23.0 -> 24.0.1 2022-12-10 14:12:25 +01:00
Pavol Rusnak
d7788c7303
miniupnpc_1: drop
- it is time to drop 6 years old version
- no package really requires miniupnpc 1.x
- miniupnpc package now defaults to 2.x
2022-11-01 16:55:31 +01:00
gruve-p
e208a5be03 groestlcoin: 22.0 -> 23.0 2022-06-01 19:31:34 +02:00
gruve-p
667ff18435 Groestlcoin: init at 22.0
Co-Authored-By: Sandro <sandro.jaeckel@gmail.com>
2022-01-23 22:38:59 +01:00