librclone: fix build
The `patches` introduced in https://github.com/NixOS/nixpkgs/pull/241863 lead to a `vendorSha256` mismatch if not also applied in librclone.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user