stalwart_0_16: limit cargo build to server package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user