Merge pull request #38417 from marsam/feature/enable-libtorrent-xmlrpc-darwin
Enable libtorrent and xmlrpc-c on darwin
This commit is contained in:
commit
a88ad6c679
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
# <xmlrpc-c>/doc/COPYING also lists "Expat license",
|
# <xmlrpc-c>/doc/COPYING also lists "Expat license",
|
||||||
# "ABYSS Web Server License" and "Python 1.5.2 License"
|
# "ABYSS Web Server License" and "Python 1.5.2 License"
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://rtorrent.net/downloads/";
|
homepage = "http://rtorrent.net/downloads/";
|
||||||
description = "A BitTorrent library written in C++ for *nix, with focus on high performance and good code";
|
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 ];
|
maintainers = with maintainers; [ ebzzry codyopel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user