about summary refs log tree commit diff
path: root/pkgs/tools/misc/dashing
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/dashing')
-rw-r--r--pkgs/tools/misc/dashing/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/dashing/default.nix b/pkgs/tools/misc/dashing/default.nix
index a8a878b1998d..5a82c7660890 100644
--- a/pkgs/tools/misc/dashing/default.nix
+++ b/pkgs/tools/misc/dashing/default.nix
@@ -21,6 +21,6 @@ buildGoPackage rec {
     homepage    = https://github.com/technosophos/dashing;
     license     = licenses.mit;
     maintainers = [ ];
-    platforms   = platforms.linux;
+    platforms   = platforms.all;
   };
 }