about summary refs log tree commit diff
path: root/pkgs/tools/graphics/imgurbash2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/imgurbash2/default.nix')
-rw-r--r--pkgs/tools/graphics/imgurbash2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/imgurbash2/default.nix b/pkgs/tools/graphics/imgurbash2/default.nix
index 8b79e3373a683..30848d7d0dc9c 100644
--- a/pkgs/tools/graphics/imgurbash2/default.nix
+++ b/pkgs/tools/graphics/imgurbash2/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A shell script that uploads images to imgur";
     license = licenses.mit;
-    platforms = platforms.linux;
+    platforms = platforms.all;
     maintainers = with maintainers; [ abbradar ];
     homepage = "https://github.com/ram-on/imgurbash2";
   };