libtorrent: fix evaluation

This commit is contained in:
Pascal Wittmann 2015-12-07 22:39:39 +01:00
parent a0cdd48171
commit b843e7c50a

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
preConfigure = "./autogen.sh";
meta = with stdenv.lib; {
homepage = src.homepage;
homepage = http://www.libtorrent.org/;
description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code";
platforms = platforms.unix;