frostwire: fixed meta.platforms

This commit is contained in:
volth
2018-03-13 09:54:51 +01:00
committed by Rok Garbas
parent a28464cba7
commit 0596a7c6d6
@@ -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" ];
};
}