From 0596a7c6d62647110686b14156d872367211d250 Mon Sep 17 00:00:00 2001 From: volth Date: Tue, 27 Feb 2018 04:58:31 +0000 Subject: [PATCH] frostwire: fixed meta.platforms --- pkgs/applications/networking/p2p/frostwire/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/p2p/frostwire/default.nix b/pkgs/applications/networking/p2p/frostwire/default.nix index 744b5616963..475b9b6f2f8 100644 --- a/pkgs/applications/networking/p2p/frostwire/default.nix +++ b/pkgs/applications/networking/p2p/frostwire/default.nix @@ -82,6 +82,6 @@ in stdenv.mkDerivation { description = "BitTorrent Client and Cloud File Downloader"; license = licenses.gpl2; maintainers = with maintainers; [ gavin ]; - platforms = platforms.all; + platforms = [ "x86_64-darwin" "x86_64-linux" "i686-linux" ]; }; }