nixpkgs/pkgs/servers/matrix-conduit
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
..
Cargo.lock matrix-conduit: use importCargoLock instead of hacky patch 2023-03-18 20:34:59 +01:00
default.nix matrix-conduit: use importCargoLock instead of hacky patch 2023-03-18 20:34:59 +01:00