ludusavi: add rclone dependency (#430220)

This commit is contained in:
Aleksana
2025-08-02 22:17:32 +08:00
committed by GitHub
+3 -1
View File
@@ -28,6 +28,7 @@
dbus-glib,
gtk3,
glib,
rclone,
}:
rustPlatform.buildRustPackage rec {
@@ -37,7 +38,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "mtkennerly";
repo = "ludusavi";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-IApPudo8oD6YkYJkGpowqpaqrsl2/Q2VFyYfYQI3mN0=";
};
@@ -108,6 +109,7 @@ rustPlatform.buildRustPackage rec {
patchelf --set-rpath "${libPath}" "$out/bin/ludusavi"
wrapProgram $out/bin/ludusavi --prefix PATH : ${
lib.makeBinPath [
rclone
zenity
libsForQt5.kdialog
]