We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41c7225 + a819c8a commit cc0e8afCopy full SHA for cc0e8af
pkgs/development/python-modules/wxpython/4.2.nix
@@ -29,7 +29,6 @@
29
libglvnd,
30
libgbm,
31
pango,
32
- SDL,
33
webkitgtk_4_0,
34
wxGTK,
35
xorgproto,
@@ -71,7 +70,6 @@ buildPythonPackage rec {
71
70
attrdict
72
pkg-config
73
setuptools
74
- SDL
75
sip
76
which
77
wxGTK
@@ -80,7 +78,6 @@ buildPythonPackage rec {
80
78
buildInputs =
81
79
[
82
83
84
]
85
++ lib.optionals stdenv.hostPlatform.isLinux [
86
gst_all_1.gst-plugins-base
@@ -108,7 +105,6 @@ buildPythonPackage rec {
108
105
109
106
export DOXYGEN=${doxygen}/bin/doxygen
110
107
export PATH="${wxGTK}/bin:$PATH"
111
- export SDL_CONFIG="${lib.getExe' (lib.getDev SDL) "sdl-config"}"
112
export WAF=$PWD/bin/waf
113
114
${python.pythonOnBuildForHost.interpreter} build.py -v --use_syswx dox etg sip --nodoc build_py
0 commit comments