mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
uwuify: mark supported platforms
This commit is contained in:
parent
69bdaa04d8
commit
90e46a5ed5
@ -18,6 +18,7 @@ rustPlatform.buildRustPackage rec {
|
||||
description = "Fast text uwuifier";
|
||||
homepage = "https://github.com/Daniel-Liu-c0deb0t/uwu";
|
||||
license = licenses.mit;
|
||||
platforms = lib.platforms.x86; # uses SSE instructions
|
||||
maintainers = with maintainers; [ siraben ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user