about summary refs log tree commit diff
path: root/pkgs/tools/graphics/imgurbash2
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-18 22:23:37 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-18 23:02:06 +0700
commitcc097672b9bf9c4bd30a31fa7b09852957865098 (patch)
treede0c0df15d14afb9a4d2df4521b557d6937f11dd /pkgs/tools/graphics/imgurbash2
parentd93c9d488018049e12a8ba35131834c67dc2671f (diff)
imgurbash2: expand platforms to all
Diffstat (limited to 'pkgs/tools/graphics/imgurbash2')
-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";
   };