Unverified Commit f03470fe authored by wackbyte's avatar wackbyte Committed by GitHub
Browse files

lune: mark as broken on darwin



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent 1caeb1e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}