mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
python3Packages.prox-tv: fix cross-compilation
This commit is contained in:
parent
f632423c61
commit
c294812a10
|
@ -28,6 +28,8 @@ buildPythonPackage {
|
|||
cffi
|
||||
];
|
||||
|
||||
propagatedNativeBuildInputs = [ cffi ];
|
||||
|
||||
buildInputs = [ blas lapack ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue