mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 11:07:36 +00:00
parent
08fbb5de2d
commit
a8f36d5717
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user