Merge pull request #38417 from marsam/feature/enable-libtorrent-xmlrpc-darwin

Enable libtorrent and xmlrpc-c on darwin
This commit is contained in:
Jörg Thalheim 2018-04-04 09:06:01 +01:00 committed by GitHub
commit a88ad6c679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
# <xmlrpc-c>/doc/COPYING also lists "Expat license",
# "ABYSS Web Server License" and "Python 1.5.2 License"
license = licenses.bsd3;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.bjornfor ];
};
}

View file

@ -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 ];
};
}