mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
python39Packages.fastdiff: mark broken on 32bit
This commit is contained in:
parent
fb8d837711
commit
5bc89d6e89
@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, wasmer, wasmer-compiler-cranelift, pytestCheckHook, pytest-benchmark }:
|
||||
{ stdenv, lib, buildPythonPackage, fetchPypi, wasmer, wasmer-compiler-cranelift, pytestCheckHook, pytest-benchmark }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fastdiff";
|
||||
@ -27,5 +27,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/syrusakbary/fastdiff";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
# resulting compiled object panics at import
|
||||
broken = stdenv.is32bit;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user