From 7f15e31671e6311fbf3f6ec0f5c154719cf3b61a Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Wed, 29 Jul 2020 00:33:53 -0400 Subject: [PATCH] python3Packages.wxPython_4_0: remove manual wrapPythonPrograms invocation This was causing programs to be wrapped twice, as wrapping occurs automatically during the fixup phase. --- pkgs/development/python-modules/wxPython/4.0.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/wxPython/4.0.nix b/pkgs/development/python-modules/wxPython/4.0.nix index cd1e5b063bd..406493362c4 100644 --- a/pkgs/development/python-modules/wxPython/4.0.nix +++ b/pkgs/development/python-modules/wxPython/4.0.nix @@ -48,7 +48,6 @@ buildPythonPackage rec { installPhase = '' ${python.interpreter} setup.py install --skip-build --prefix=$out - wrapPythonPrograms ''; passthru = { inherit wxGTK; };