lol

xprite-editor: mark as broken for all platforms

Issue #146949

authored by

Francesco Gazzetta and committed by
Bjørn Forsman
a8f36d57 08fbb5de

+4 -1
+4 -1
pkgs/tools/misc/xprite-editor/default.nix
··· 34 34 cargoBuildFlags = [ "--bin" "xprite-native" ]; 35 35 36 36 meta = with lib; { 37 - broken = stdenv.isDarwin; 37 + # error[E0034]: multiple applicable items in scope 38 + # multiple `clamp` found 39 + # https://github.com/NixOS/nixpkgs/issues/146949 40 + broken = true; 38 41 homepage = "https://github.com/rickyhan/xprite-editor"; 39 42 description = "Pixel art editor"; 40 43 license = licenses.gpl3;