Skip to content

Commit

Permalink
castor: use cargoParallelTestThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 23, 2020
1 parent e4c71e6 commit f294531
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/applications/networking/browsers/castor/default.nix
Expand Up @@ -39,8 +39,7 @@ rustPlatform.buildRustPackage rec {
postInstall = "make PREFIX=$out copy-data";

# Sometimes tests fail when run in parallel
#checkFlags = [ "--test-threads=1" ];
doCheck = false;
cargoParallelTestThreads = false;

meta = with stdenv.lib; {
description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";
Expand All @@ -49,4 +48,3 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ fgaz ];
};
}

0 comments on commit f294531

Please sign in to comment.