Commit a8f36d57 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by Bjørn Forsman
Browse files

xprite-editor: mark as broken for all platforms

Issue #146949
parent 08fbb5de
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;