From c658b9db97da977e79676abfd49a235284bbab38 Mon Sep 17 00:00:00 2001 From: Casey Ransom Date: Fri, 26 Jul 2019 10:34:27 -0400 Subject: [PATCH] gh-ost: update platforms --- pkgs/tools/misc/gh-ost/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/misc/gh-ost/default.nix b/pkgs/tools/misc/gh-ost/default.nix index 709d3005091..b79388c6f29 100644 --- a/pkgs/tools/misc/gh-ost/default.nix +++ b/pkgs/tools/misc/gh-ost/default.nix @@ -21,7 +21,6 @@ buildGoPackage ({ description = "Triggerless online schema migration solution for MySQL"; homepage = https://github.com/github/gh-ost; license = licenses.mit; - platforms = platforms.linux; }; })