about summary refs log tree commit diff
path: root/pkgs/servers/matrix-conduit
AgeCommit message (Collapse)AuthorFilesLines
2024-06-12matrix-conduit: 0.7.0 -> 0.8.0Martin Weinelt2-620/+918
https://conduit.rs/changelog/#v0-8-0-2024-06-12 https://gitlab.com/famedly/conduit/-/compare/v0.7.0...v0.8.0
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
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-01Merge pull request #306801 from Kladki/matrix-conduit-updatesuperherointj2-930/+829
matrix-conduit: 0.6.0 -> 0.7.0
2024-05-03conduit: Drop piegames from maintainerspiegames1-1/+1
2024-05-02matrix-conduit: 0.6.0 -> 0.7.0Matthias Ahouansou2-930/+829
2024-04-22treewide: switch from rocksdb -> rocksdb_8_3Jonas Heinrich1-1/+4
2023-10-20tree-wide: make rust jemalloc-sys use nixpkgs jemalloc buildYureka1-1/+5
2023-08-10matrix-conduit: 0.5.0 -> 0.6.0Charles Hall2-592/+817
2023-08-10matrix-conduit: small refactorCharles Hall1-4/+15
2023-03-18matrix-conduit: use importCargoLock instead of hacky patchWinter3-270/+3416
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-01-22matrix-conduit: link against system rocksdbYureka1-1/+4
2023-01-22matrix-conduit: 0.4.0 -> 0.5.0Yureka2-3/+271
2022-12-18matrix-conduit: add NixOS Test to passthru.testsfigsoda1-1/+5
2022-12-17matrix-conduit: unbreak on darwin, remove unused inputsfigsoda1-6/+6
2022-10-13Merge pull request #194256 from Artturin/treewides2Artturi1-1/+1
2022-10-10Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+3
2022-10-10treewide: *Flags convert to list from strArtturin1-1/+1
*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-10matrix-conduit: don't use pkgs directlyChuang Zhu1-3/+3
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin1-1/+1
found with nixpkgs-lint
2022-07-01matrix-conduit: 0.3.0 -> 0.4.0waelwindows1-3/+3
https://conduit.rs/changelog/
2022-05-30treewide: pkgs/servers: mark broken for darwinRick van Schijndel1-0/+1
2022-02-22matrix-conduit: use rustPlatform.bindgenHookGuillaume Girol1-8/+1
2022-02-04matrix-conduit: 0.2.0 -> 0.3.0Julius de Bruijn1-4/+22
2022-02-04matrix-conduit: add pimeys as maintainerJulius de Bruijn1-1/+1
2022-01-03matrix-conduit: init at 0.2.0Philipp1-0/+22