libtorrent: fix evaluation
This commit is contained in:
parent
a0cdd48171
commit
b843e7c50a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue