Skip to content

Commit

Permalink
remove useless cargo test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Feb 17, 2023
1 parent 06d21e8 commit 69978dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkgs/applications/networking/mailreaders/himalaya/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69978dc

Please sign in to comment.