celeste: adjust librclone-sys path (#384996)

This commit is contained in:
Peder Bergebakken Sundt
2025-03-03 03:41:22 +01:00
committed by GitHub
+1 -1
View File
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-OBGDnhpVLOPdYhofWfeaueklt7KBkLhM02JNvuvUQ2Q=";
postPatch = ''
pushd $cargoDepsCopy/librclone-sys
pushd $cargoDepsCopy/librclone-sys-*
oldHash=$(sha256sum build.rs | cut -d " " -f 1)
patch -p2 < ${./librclone-path.patch}
substituteInPlace build.rs \