mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-11 03:23:29 +00:00
Merge pull request #269255 from prusnak/rustpython-darwin
rustpython: mark broken on x86_64-darwin
This commit is contained in:
commit
b608fc233c
@ -38,5 +38,10 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://rustpython.github.io";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ prusnak ];
|
||||
# = note: Undefined symbols for architecture x86_64:
|
||||
# "_utimensat", referenced from:
|
||||
# rustpython_vm::function::builtin::IntoPyNativeFn::into_func::... in
|
||||
# rustpython-10386d81555652a7.rustpython_vm-f0b5bedfcf056d0b.rustpython_vm.7926b68e665728ca-cgu.08.rcgu.o.rcgu.o
|
||||
broken = stdenv.isDarwin && stdenv.isx86_64;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user