kdeconnect: avoid double-wrapping the binary

This commit is contained in:
Peter Hoeg
2020-10-30 22:34:02 +08:00
parent dfd29f9d7c
commit 05d95cfe79
+3 -3
View File
@@ -59,9 +59,9 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ]; nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ];
postInstall = '' qtWrapperArgs = [
wrapProgram $out/libexec/kdeconnectd --prefix PATH : ${lib.makeBinPath [ sshfs ]} "--prefix PATH : ${lib.makeBinPath [ sshfs ]}"
''; ];
meta = with lib; { meta = with lib; {
description = "KDE Connect provides several features to integrate your phone and your computer"; description = "KDE Connect provides several features to integrate your phone and your computer";