summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-11-12 22:43:29 -0600
committerGitHub <noreply@github.com>2021-11-12 22:43:29 -0600
commit7e8392413c02b3f3e81d2abf0b8b37ede21cc521 (patch)
tree2b637afbf21e621b93b525050781abd65297f606
parent281d13c4db8be5b79d91a51c2f273922d2cb3468 (diff)
parent90e46a5ed52aac588bdcea915da9fd9343398840 (diff)
downloadnixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.tar
nixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.tar.gz
nixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.tar.bz2
nixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.tar.lz
nixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.tar.xz
nixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.tar.zst
nixpkgs-7e8392413c02b3f3e81d2abf0b8b37ede21cc521.zip
Merge pull request #145703 from tpwrules/uwuify-platforms
uwuify: mark supported platforms
-rw-r--r--pkgs/tools/misc/uwuify/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/uwuify/default.nix b/pkgs/tools/misc/uwuify/default.nix
index b276abf3e5c..2722610d0e3 100644
--- a/pkgs/tools/misc/uwuify/default.nix
+++ b/pkgs/tools/misc/uwuify/default.nix
@@ -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 ];
   };
 }