16 stdenv.mkDerivation rec {
21 url = "https://megous.com/git/megatools";
23 sha256 = "sha256-Q9hMJBQBenufubbmeAw8Q8w+Oo+UcZLWathKNDwTv3s=";
39 ] ++ lib.optionals stdenv.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 AndersonTorres ];
49 platforms = platforms.unix;