blueman: wrap binaries in libexec

Fixup after c10af9e744c91dff1ccc07a52a0b57d1e4d339f3
This commit is contained in:
Nikolay Amiantov 2017-06-01 14:29:45 +03:00
parent ef77b61f75
commit 530ababdf6

View File

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