Loading pkgs/applications/networking/sync/rclone/default.nix +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 { Loading Loading @@ -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"; Loading pkgs/development/libraries/librclone/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ let ext = stdenv.hostPlatform.extensions.sharedLibrary; in buildGoModule rec { pname = "librclone"; inherit (rclone) version src vendorSha256; inherit (rclone) version src patches vendorSha256; buildPhase = '' runHook preBuild Loading Loading
pkgs/applications/networking/sync/rclone/default.nix +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 { Loading Loading @@ -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"; Loading
pkgs/development/libraries/librclone/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ let ext = stdenv.hostPlatform.extensions.sharedLibrary; in buildGoModule rec { pname = "librclone"; inherit (rclone) version src vendorSha256; inherit (rclone) version src patches vendorSha256; buildPhase = '' runHook preBuild Loading