Skip to content

Commit

Permalink
Merge pull request #38417 from marsam/feature/enable-libtorrent-xmlrp…
Browse files Browse the repository at this point in the history
…c-darwin

Enable libtorrent and xmlrpc-c on darwin
  • Loading branch information
Mic92 committed Apr 4, 2018
2 parents 018d109 + 88bb014 commit a88ad6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/xmlrpc-c/default.nix
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/p2p/libtorrent/default.nix
Expand Up @@ -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 ];
};
}

0 comments on commit a88ad6c

Please sign in to comment.