Merge pull request #145703 from tpwrules/uwuify-platforms

uwuify: mark supported platforms
This commit is contained in:
Ben Siraphob 2021-11-12 22:43:29 -06:00 committed by GitHub
commit 7e8392413c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}