castor: enable parallels tests with nextest

figsoda a1bf5b35 42754564

+1 -2
+1 -2
pkgs/applications/networking/browsers/castor/default.nix
··· 40 41 postInstall = "make PREFIX=$out copy-data"; 42 43 - # Sometimes tests fail when run in parallel 44 - dontUseCargoParallelThreads = true; 45 46 meta = with lib; { 47 description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";
··· 40 41 postInstall = "make PREFIX=$out copy-data"; 42 43 + useNextest = true; 44 45 meta = with lib; { 46 description = "A graphical client for plain-text protocols written in Rust with GTK. It currently supports the Gemini, Gopher and Finger protocols";