1 { lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config
2 , python3, boost, fuse, libtorrent-rasterbar, curl }:
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "sha256-fkS0U/MqFRQNi+n7NE4e1cnNICvfST2IQ9FMoJUyj6w=";
15 nativeBuildInputs = [ autoreconfHook pkg-config ];
17 boost fuse libtorrent-rasterbar curl python3
21 description = "Bittorrent filesystem based on FUSE";
22 homepage = "https://github.com/johang/btfs";
23 license = licenses.gpl3;
24 maintainers = with maintainers; [ rnhmjoj ];
25 platforms = platforms.unix;