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 = ''
|
||||
${python.interpreter} setup.py install --skip-build --prefix=$out
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
passthru = { inherit wxGTK; };
|
||||
|
Loading…
Reference in New Issue
Block a user