You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to package Plume with SQLite for NixOS. I'm using the master branch of crate2nix. This involves disabling the default features and enabling a "sqlite" feature when building. Unfortunately, I get this when I override rootFeatures to be [ "sqlite" ]:
Changing the Cargo.toml to set the default feature as "sqlite" results in libsqlite3-sys being included in the Cargo.nix, so it seems that the dependency resolution algorithm doesn't see crates that are only enabled by non-default features.
I'm trying to package Plume with SQLite for NixOS. I'm using the master branch of crate2nix. This involves disabling the default features and enabling a "sqlite" feature when building. Unfortunately, I get this when I override rootFeatures to be
[ "sqlite" ]
:There is no reference to libsqlite3_sys in my Cargo.nix, however there is a reference in Cargo.lock. Any ideas?
The text was updated successfully, but these errors were encountered: