From 7a97f697d53fd9802c919a0e2b94fb230f1337cb Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 16 Dec 2018 12:28:32 +0100 Subject: [PATCH] dashing: enable on darwin --- pkgs/tools/misc/dashing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }