blueman: wrap binaries in libexec

Fixup after c10af9e744
This commit is contained in:
Nikolay Amiantov 2017-06-01 14:29:45 +03:00
parent ef77b61f75
commit 530ababdf6
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ in stdenv.mkDerivation rec {
preFixup = ''
makeWrapperArgs="--prefix PATH ':' ${binPath}"
wrapPythonPrograms
wrapPythonProgramsIn "$out/bin" "$pythonPath"
wrapPythonProgramsIn "$out/libexec" "$pythonPath"
'';
meta = with lib; {