lune: fix build on x86_64-darwin

This commit is contained in:
uncenter
2025-01-21 16:13:19 -05:00
parent 323827b6bf
commit 878685f103
-3
View File
@@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
pkg-config,
@@ -54,7 +53,5 @@ 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.hostPlatform.isDarwin;
};
}