Skip to content

Commit

Permalink
himalaya: adjust todo comment about cargo test flags
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Feb 9, 2023
1 parent 024c0dc commit 7d40387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/mailreaders/himalaya/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ rustPlatform.buildRustPackage rec {
openssl
];

# TODO: is there a way to spawn an IMAP server to run integration
# tests?
# TODO: remove this flag once this issue is fixed:
# https://todo.sr.ht/~soywod/pimalaya/36
cargoTestFlags = [ "--lib" ];

postInstall = lib.optionalString installManPages ''
Expand Down

0 comments on commit 7d40387

Please sign in to comment.