Commit Graph

26 Commits

Author SHA1 Message Date
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
Martin Weinelt
9c145cc900
matrix-conduit: 0.7.0 -> 0.8.0
https://conduit.rs/changelog/#v0-8-0-2024-06-12
https://gitlab.com/famedly/conduit/-/compare/v0.7.0...v0.8.0
2024-06-12 23:11:17 +02: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
superherointj
3bacd4114e
Merge pull request #306801 from Kladki/matrix-conduit-update
matrix-conduit: 0.6.0 -> 0.7.0
2024-06-01 17:15:22 -03:00
piegames
3813ff1a48 conduit: Drop piegames from maintainers 2024-05-03 13:38:00 +02:00
Matthias Ahouansou
c6c9cea944
matrix-conduit: 0.6.0 -> 0.7.0 2024-05-02 17:51:19 +01:00
Jonas Heinrich
f7709cf1b3 treewide: switch from rocksdb -> rocksdb_8_3 2024-04-22 13:02:14 +02:00
Yureka
799fff889b tree-wide: make rust jemalloc-sys use nixpkgs jemalloc build 2023-10-20 14:26:07 +02:00
Charles Hall
f8e105c513
matrix-conduit: 0.5.0 -> 0.6.0 2023-08-10 23:11:24 -07:00
Charles Hall
2123502c63
matrix-conduit: small refactor 2023-08-10 23:10:18 -07:00
Winter
ffd48ee04d matrix-conduit: use importCargoLock instead of hacky patch
As `cargo vendor` currently doesn't support workspace inherited manifest
values, a patch that replaced the values manually was used as a workaround.

Now that importCargoLock has support for this, and we're probably going
to move towards it anyways, let's switch to it now, as there's a clear
benefit either way.

This also switches to using our copy of SQLite instead of the vendored
one included in `libsqlite3-sys` -- because it's preferred, but also
because it causes the build to fail, now that dependencies are read-only.
2023-03-18 20:34:59 +01:00
Yureka
aeea71595e matrix-conduit: link against system rocksdb 2023-01-22 20:45:05 +08:00
Yureka
1f6f9d95c6 matrix-conduit: 0.4.0 -> 0.5.0 2023-01-22 20:45:05 +08:00
figsoda
fd95e78bd2 matrix-conduit: add NixOS Test to passthru.tests 2022-12-18 11:31:02 -05:00
figsoda
0893176e14 matrix-conduit: unbreak on darwin, remove unused inputs 2022-12-17 13:39:38 -05:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2 2022-10-13 00:08:01 +03:00
Martin Weinelt
294201004f Merge remote-tracking branch 'origin/master' into staging-next 2022-10-10 21:45:18 +02:00
Artturin
f4ea1208ec treewide: *Flags convert to list from str
*Flags implies a list

slightly relevant:
> stdenv: start deprecating non-list configureFlags https://github.com/NixOS/nixpkgs/pull/173172

the makeInstalledTests function in `nixos/tests/installed-tests/default.nix` isn't available outside of nixpkgs so
it's not a breaking change
2022-10-10 15:30:59 +03:00
Chuang Zhu
b01d7c80a0 matrix-conduit: don't use pkgs directly 2022-10-10 17:34:19 +08:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
waelwindows
337a032c26 matrix-conduit: 0.3.0 -> 0.4.0
https://conduit.rs/changelog/
2022-07-01 22:14:26 +03:00
Rick van Schijndel
879d278253
treewide: pkgs/servers: mark broken for darwin 2022-05-30 13:42:58 +02:00
Guillaume Girol
f3027942a4 matrix-conduit: use rustPlatform.bindgenHook 2022-02-22 19:41:32 +01:00
Julius de Bruijn
a9c5c63cbc matrix-conduit: 0.2.0 -> 0.3.0 2022-02-04 21:04:21 +01:00
Julius de Bruijn
9736bfc373 matrix-conduit: add pimeys as maintainer 2022-02-04 18:32:20 +01:00
Philipp
cf806553ed matrix-conduit: init at 0.2.0 2022-01-03 15:28:43 +01:00