python3Packages.wxPython_4_0, python3Packages.wxPython_4_1: add numpy and pillow to propagatedBuildInputs as required by upstream's dependency settings

This commit is contained in:
deliciouslytyped
2021-06-22 09:50:35 +02:00
parent 14afd6e5f9
commit 642faddedf
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
, ncurses
, pango
, wxGTK
, pillow
, numpy
}:
let
dynamic-linker = stdenv.cc.bintools.dynamicLinker;
@@ -36,6 +38,8 @@ buildPythonPackage rec {
ncurses
];
propagatedBuildInputs = [ pillow numpy ];
DOXYGEN = "${doxygen}/bin/doxygen";
preConfigure = lib.optionalString (!stdenv.isDarwin) ''