lune: mark as broken on darwin

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
wackbyte 2024-01-24 08:39:11 -05:00 committed by GitHub
parent 1caeb1e80b
commit f03470fe9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};
}