mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 01:23:48 +00:00
python3Packages.dynd: Fix build
This commit is contained in:
parent
3edeb5ccd2
commit
91d18c0f4b
|
@ -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