blueman: fix python wrapper mockup

This commit is contained in:
Guillaume Maudoux 2017-08-15 00:11:53 +02:00 committed by Franz Pletz
parent bd54589233
commit d15a067856

View File

@ -31,10 +31,11 @@ in stdenv.mkDerivation rec {
configureFlags = [ (lib.enableFeature withPulseAudio "pulseaudio") ]; configureFlags = [ (lib.enableFeature withPulseAudio "pulseaudio") ];
preFixup = '' postFixup = ''
makeWrapperArgs="--prefix PATH ':' ${binPath}" makeWrapperArgs="--prefix PATH ':' ${binPath}"
wrapPythonProgramsIn "$out/bin" "$pythonPath" # This mimics ../../../development/interpreters/python/wrap.sh
wrapPythonProgramsIn "$out/libexec" "$pythonPath" wrapPythonProgramsIn "$out/bin" "$out $pythonPath"
wrapPythonProgramsIn "$out/libexec" "$out $pythonPath"
''; '';
meta = with lib; { meta = with lib; {