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
1 changed files with 1 additions and 1 deletions

View File

@ -82,6 +82,6 @@ in stdenv.mkDerivation {
description = "BitTorrent Client and Cloud File Downloader"; description = "BitTorrent Client and Cloud File Downloader";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ gavin ]; maintainers = with maintainers; [ gavin ];
platforms = platforms.all; platforms = [ "x86_64-darwin" "x86_64-linux" "i686-linux" ];
}; };
} }