about summary refs log tree commit diff
path: root/pkgs/development/web/shopify-themekit
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:26:59 +1000
committerJon <jonringer@users.noreply.github.com>2020-08-15 19:34:47 -0700
commita83a88db05640a3908696f01f9da38ed39e53800 (patch)
tree7306043f426a38fcfd074f1b475a3461eb052fb4 /pkgs/development/web/shopify-themekit
parent42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (diff)
buildGoPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/development/web/shopify-themekit')
-rw-r--r--pkgs/development/web/shopify-themekit/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/web/shopify-themekit/default.nix b/pkgs/development/web/shopify-themekit/default.nix
index 7f55232edb7c2..32f688895b8f6 100644
--- a/pkgs/development/web/shopify-themekit/default.nix
+++ b/pkgs/development/web/shopify-themekit/default.nix
@@ -20,6 +20,5 @@ buildGoPackage rec {
     homepage = "https://shopify.github.io/themekit/";
     license = licenses.mit;
     maintainers = with maintainers; [ maintainers."1000101" ];
-    platforms = platforms.all;
   };
 }