mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-11 20:47:17 +00:00
Merge pull request #126561 from zhaofengli/tqdm-no-pandas
tqdm: Disable pandas on RISC-V
This commit is contained in:
commit
83a1d3dabb
@ -34,8 +34,8 @@ buildPythonPackage rec {
|
|||||||
rich
|
rich
|
||||||
tkinter
|
tkinter
|
||||||
] ++
|
] ++
|
||||||
# pandas is not supported on i686
|
# pandas is not supported on i686 or risc-v
|
||||||
lib.optional (!stdenv.isi686) pandas;
|
lib.optional (!stdenv.isi686 && !stdenv.hostPlatform.isRiscV) pandas;
|
||||||
|
|
||||||
# Remove performance testing.
|
# Remove performance testing.
|
||||||
# Too sensitive for on Hydra.
|
# Too sensitive for on Hydra.
|
||||||
|
Loading…
Reference in New Issue
Block a user