blueman: fix python wrapper mockup
This commit is contained in:
parent
bd54589233
commit
d15a067856
@ -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; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user