ludusavi: add rclone dependency

This commit is contained in:
Jordan Williams
2025-08-01 14:30:11 -05:00
parent d4bcee8880
commit aa569b3a1a
+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
]