kdeconnect: avoid double-wrapping the binary
This commit is contained in:
parent
dfd29f9d7c
commit
05d95cfe79
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user