stalwart_0_16: limit cargo build to server package (#537026)

This commit is contained in:
Yt 2026-07-01 10:37:20 +00:00 committed by GitHub
commit 8752466272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -112,6 +112,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
++ lib.optionals withFoundationdb [ "foundationdb" ]
++ lib.optionals stalwartEnterprise [ "enterprise" ];
cargoBuildFlags = [
"-p"
"stalwart"
];
cargoTestFlags = finalAttrs.cargoBuildFlags;
doCheck = true;
nativeCheckInputs = [
openssl