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:
Ben Wolsieffer 2020-07-29 00:33:53 -04:00
parent 8b76b92065
commit 7f15e31671

View File

@ -48,7 +48,6 @@ buildPythonPackage rec {
installPhase = ''
${python.interpreter} setup.py install --skip-build --prefix=$out
wrapPythonPrograms
'';
passthru = { inherit wxGTK; };