pkgs/fclones: disable tests on Darwin

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-04-16 01:06:25 +05:30
parent 3cc8a1e81d
commit 88c2703cc7
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ rustPlatform.buildRustPackage rec {
pname = "fclones";
version = "0.10.1";
# Tests don't work on Darwin
doCheck = !stdenv.isDarwin;
src = fetchFromGitHub {
owner = "pkolaczk";
repo = "fclones";