summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Watson <twatson52@icloud.com>2021-11-12 17:53:15 -0600
committerThomas Watson <twatson52@icloud.com>2021-11-12 17:53:15 -0600
commit90e46a5ed52aac588bdcea915da9fd9343398840 (patch)
tree1044a9183af3578d271d7a249dc6b54689a8a1be
parent69bdaa04d8e7e11ec37c0dd5b56d3222b95ab84f (diff)
downloadnixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.tar
nixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.tar.gz
nixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.tar.bz2
nixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.tar.lz
nixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.tar.xz
nixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.tar.zst
nixpkgs-90e46a5ed52aac588bdcea915da9fd9343398840.zip
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 ];
   };
 }