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