frostwire: fixed meta.platforms

This commit is contained in:
volth 2018-02-27 04:58:31 +00:00 committed by Rok Garbas
parent a28464cba7
commit 0596a7c6d6

View file

@ -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" ];
};
}