remove useless cargo test flags

This commit is contained in:
Clément DOUIN 2023-02-17 14:53:25 +01:00
parent 06d21e8659
commit 69978dcb2a
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -42,10 +42,6 @@ rustPlatform.buildRustPackage rec {
++ lib.optional withNotmuchBackend "notmuch-backend"
++ lib.optional withSmtpSender "smtp-sender";
# TODO: remove me once this issue is fixed:
# https://todo.sr.ht/~soywod/pimalaya/36
cargoTestFlags = [ "--lib" ];
postInstall = lib.optionalString installManPages ''
mkdir -p $out/man
$out/bin/himalaya man $out/man