Commit Graph

21 Commits

Author SHA1 Message Date
R. Ryantm
b32389d78c qlog: 0.39.0 -> 0.40.0 2024-11-24 16:54:15 +00:00
R. Ryantm
d4cb98bd4f qlog: 0.38.0 -> 0.39.0 2024-10-05 14:37:39 +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
0d5bd8cc65 qlog: 0.37.2 -> 0.38.0 2024-08-29 17:32:59 +00:00
R. Ryantm
1a367877db qlog: 0.37.1 -> 0.37.2 2024-07-26 16:33:47 +00:00
R. Ryantm
8f64cb671d qlog: 0.37.0 -> 0.37.1 2024-07-13 09:53:52 +00:00
R. Ryantm
5aa973612c qlog: 0.36.0 -> 0.37.0 2024-07-02 02:55:55 +00:00
R. Ryantm
82cd5ab3e1 qlog: 0.35.2 -> 0.36.0 2024-06-07 15:12:17 +00:00
R. Ryantm
aa65269218 qlog: 0.35.1 -> 0.35.2 2024-05-22 02:41:53 +00:00
R. Ryantm
5628b761de qlog: 0.35.0 -> 0.35.1 2024-05-16 11:48:39 +00:00
R. Ryantm
ed716bf802 qlog: 0.34.0 -> 0.35.0 2024-05-03 15:14:00 +00:00
R. Ryantm
650a93eb69 qlog: 0.33.1 -> 0.34.0 2024-03-25 14:39:25 +00: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
ba734091d3 qlog: 0.32.0 -> 0.33.1 2024-03-13 08:21:03 +00:00
R. Ryantm
70e792d65e qlog: 0.31.0 -> 0.32.0 2024-02-11 10:06:28 +00:00
R. Ryantm
e77c521fdf qlog: 0.30.0 -> 0.31.0 2024-01-06 06:46:40 +00:00
Maciej Krüger
f19386d03d
qlog: 0.29.2 -> 0.30.0 2023-12-11 19:25:21 +01:00
Maciej Krüger
ee4af090f2
Merge pull request #269770 from mkg20001/qlogmac 2023-12-08 18:09:24 +01:00
Oliver Koss
1be2f4db67 qlog: add myself as maintainer 2023-11-26 02:29:59 +01:00
Maciej Krüger
e3cb527052 qlog: make it build on mac 2023-11-25 14:35:33 +01:00
Maciej Krüger
25c7520b73
qlog: init at 0.29.2 2023-11-19 02:10:06 +01:00