python3Packages.wxPython_4_0: remove manual wrapPythonPrograms invocation
This was causing programs to be wrapped twice, as wrapping occurs automatically during the fixup phase.
This commit is contained in:
parent
8b76b92065
commit
7f15e31671
@ -48,7 +48,6 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
${python.interpreter} setup.py install --skip-build --prefix=$out
|
${python.interpreter} setup.py install --skip-build --prefix=$out
|
||||||
wrapPythonPrograms
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = { inherit wxGTK; };
|
passthru = { inherit wxGTK; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user