Merge pull request #62166 from Infinisil/fix/python-dynd
python3Packages.dynd: Fix build
This commit is contained in:
commit
875a015e12
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ buildPythonPackage rec {
|
|||
# Python 3 works but has a broken import test that I couldn't
|
||||
# figure out.
|
||||
doCheck = !isPy3k;
|
||||
buildInputs = [ pkgs.cmake pkgs.libdynd.dev cython ];
|
||||
nativeBuildInputs = [ pkgs.cmake ];
|
||||
buildInputs = [ pkgs.libdynd.dev cython ];
|
||||
propagatedBuildInputs = [ numpy pkgs.libdynd ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue