xprite-editor: mark as broken for all platforms

Issue #146949
This commit is contained in:
Francesco Gazzetta 2022-10-31 09:32:31 +01:00 committed by Bjørn Forsman
parent 08fbb5de2d
commit a8f36d5717

View File

@ -34,7 +34,10 @@ rustPlatform.buildRustPackage rec {
cargoBuildFlags = [ "--bin" "xprite-native" ];
meta = with lib; {
broken = stdenv.isDarwin;
# error[E0034]: multiple applicable items in scope
# multiple `clamp` found
# https://github.com/NixOS/nixpkgs/issues/146949
broken = true;
homepage = "https://github.com/rickyhan/xprite-editor";
description = "Pixel art editor";
license = licenses.gpl3;