frostwire: fixed meta.platforms
This commit is contained in:
parent
a28464cba7
commit
0596a7c6d6
|
@ -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" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue