Commit 3d30a2c8 authored by Robert Schütz's avatar Robert Schütz
Browse files

rclone: add librclone to passthru.tests

parent 7fe4f515
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{ lib, stdenv, buildGoModule, fetchFromGitHub, buildPackages, installShellFiles, fetchpatch
, makeWrapper
, enableCmount ? true, fuse, macfuse-stubs
, librclone
}:

buildGoModule rec {
@@ -58,6 +59,10 @@ buildGoModule rec {
        --prefix LD_LIBRARY_PATH : "${fuse}/lib"
    '';

  passthru.tests = {
    inherit librclone;
  };

  meta = with lib; {
    description = "Command line program to sync files and directories to and from major cloud storage";
    homepage = "https://rclone.org";