From 88bb01481e2a12505b6c04bd451b3d956e25ffee Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 3 Apr 2018 20:31:13 -0500 Subject: [PATCH] libtorrent: enable darwin build --- pkgs/tools/networking/p2p/libtorrent/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/p2p/libtorrent/default.nix b/pkgs/tools/networking/p2p/libtorrent/default.nix index 87785f50e6fa8d..87cf6d172c0c5f 100644 --- a/pkgs/tools/networking/p2p/libtorrent/default.nix +++ b/pkgs/tools/networking/p2p/libtorrent/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { homepage = "http://rtorrent.net/downloads/"; description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code"; - platforms = platforms.linux; + platforms = platforms.unix; maintainers = with maintainers; [ ebzzry codyopel ]; }; }