blueman: wrap binaries in libexec
Fixup after c10af9e744c91dff1ccc07a52a0b57d1e4d339f3
This commit is contained in:
parent
ef77b61f75
commit
530ababdf6
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user