Commit Graph

25 Commits

Author SHA1 Message Date
R. Ryantm
68af0e8150 cubiomes-viewer: 4.0.1 -> 4.1.0 2024-10-08 00:45:52 +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
aleksana
592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08: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
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
5d334a8fa9 cubiomes-viewer: 3.4.2 -> 4.0.1 2024-02-12 22:58:05 +00:00
R. Ryantm
84701d8852 cubiomes-viewer: 3.4.1 -> 3.4.2 2024-01-04 14:06:48 +00:00
R. Ryantm
fd53901158 cubiomes-viewer: 3.3.0 -> 3.4.1 2023-12-29 07:49:23 +00:00
R. Ryantm
ab303ea94d cubiomes-viewer: 3.2.1 -> 3.3.0 2023-05-27 01:41:55 +00:00
R. Ryantm
dffffe5177 cubiomes-viewer: 3.1.1 -> 3.2.1 2023-02-21 03:54:51 +00:00
R. Ryantm
698464a902 cubiomes-viewer: 3.1.0 -> 3.1.1 2023-02-10 01:12:42 +00:00
R. Ryantm
7baf697534 cubiomes-viewer: 3.0.1 -> 3.1.0 2023-02-08 03:35:57 +00:00
R. Ryantm
63d6206439 cubiomes-viewer: 3.0.0 -> 3.0.1 2023-01-25 18:29:41 +00:00
R. Ryantm
dbfbb823b7 cubiomes-viewer: 2.6.1 -> 3.0.0 2023-01-21 01:00:04 +00:00
hqurve
51914779e2 cubiomes-viewer: 2.5.1 -> 2.6.1
https://github.com/Cubitect/cubiomes-viewer/releases/tag/2.6.0
https://github.com/Cubitect/cubiomes-viewer/releases/tag/2.6.1
2022-11-15 09:41:03 -04:00
R. Ryantm
7175d5f267 cubiomes-viewer: 2.5.0 -> 2.5.1 2022-10-08 14:25:42 +08:00
R. Ryantm
ada969769e cubiomes-viewer: 2.4.1 -> 2.5.0 2022-10-03 21:48:05 +08:00
R. Ryantm
0ede411efe cubiomes-viewer: 2.3.3 -> 2.4.1 2022-09-28 11:21:00 +08:00
R. Ryantm
92f22ae0b4 cubiomes-viewer: 2.2.2 -> 2.3.3 2022-08-22 08:49:02 +00:00
hqurve
dae2fec8a7 cubiomes-viewer: 2.1.1 -> 2.2.2 2022-06-06 12:54:11 -04:00
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
hqurve
ba5b91166a cubiomes-viewer: 2.0.0 -> 2.1.1 2022-04-16 16:31:02 -04:00
hqurve
a9cac4d9a8 cubiomes-viewer: 1.12.1 -> 2.0.0 2022-03-04 06:59:55 -04:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
hqurve
66370f4f12 cubiomes-viewer: init at 1.12.1 2022-01-16 11:20:30 -04:00