Commit Graph

14 Commits

Author SHA1 Message Date
R. Ryantm
a2362832c0 blockbench: 4.11.0 -> 4.11.1 2024-10-04 23:58:56 +00:00
nixpkgs-merge-bot[bot]
a0ceffbc23
blockbench: 4.10.4 -> 4.11.0 (#343835) 2024-09-25 09:13:57 +00: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
R. Ryantm
0898171001 blockbench: 4.10.4 -> 4.11.0 2024-09-23 00:33:36 +00:00
TomaSajt
4de880ad6d
blockbench: use electron.dist 2024-08-27 21:37:14 +02:00
TomaSajt
f8bd5b7bb7
blockbench: 4.10.2 -> 4.10.4 2024-07-07 13:28:03 +02:00
ckie
7d34b64eca maintainers: remove ckie
well, we failed. we have not saved nix together[0], and today's show of
utter incompetence[1] has pushed me over the edge along with many others[2]

it's been good. a lot of PRs. a lot of endless reviews.
some new friends, some old friends converted :P

cya in the next world, cuties <3

[0] https://save-nix-together.org/
[1] https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231
[2] https://github.com/NixOS/nixpkgs/issues?q=label%3A%228.has%3A+maintainer-list+%28update%29%22+remove+in%3Atitle+created%3A%3C2024-07-10
2024-07-02 02:40:02 +02:00
TomaSajt
44d3de2f17
blockbench: remove electron version pin 2024-06-12 11:27:11 +02:00
R. Ryantm
dc12877a56 blockbench: 4.10.1 -> 4.10.2 2024-05-30 01:25:03 +00:00
ckie
983f51fc85
Merge pull request #313183 from TomaSajt/blockbench-darwin 2024-05-21 21:47:18 +03:00
TomaSajt
c88cecc37a
blockbench: fix darwin build 2024-05-20 20:44:22 +02:00
TomaSajt
c6f0e677af
blockbench: 4.10.0 -> 4.10.1 2024-05-20 18:35:48 +02:00
R. Ryantm
80622d8353 blockbench: 4.9.4 -> 4.10.0 2024-05-10 00:17:03 +00:00
TomaSajt
a391b6ba14
blockbench: 4.8.1 -> 4.9.4, refactor 2024-03-16 05:47:48 +02:00