17 stdenv.mkDerivation rec {
22 url = "https://megous.com/git/megatools";
24 sha256 = "sha256-AdvQqaRTsKTqdfNfFiWtA9mIPVGuui+Ru9TUARVG0+Q=";
40 ] ++ lib.optionals stdenv.hostPlatform.isLinux [ fuse ];
42 enableParallelBuilding = true;
46 description = "Command line client for Mega.co.nz";
47 homepage = "https://megatools.megous.com/";
48 license = licenses.gpl2Plus;
49 maintainers = with maintainers; [ viric ];
50 platforms = platforms.unix;