mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
lune: mark as broken on darwin
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
1caeb1e80b
commit
f03470fe9a
@ -59,5 +59,7 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/lune-org/lune/blob/${src.rev}/CHANGELOG.md";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ lammermann ];
|
||||
# note: Undefined symbols for architecture x86_64
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user