19 stdenv.mkDerivation rec {
24 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
25 sha256 = "vNwQLiL2P1XmMWbVxwjpHBE1cOajCodDRaiGCeg6mRI=";
46 configureFlags = [ "--enable-in-process" ];
48 enableParallelBuilding = true;
50 passthru.updateScript = mateUpdateScript { inherit pname; };
53 description = "Media tools for MATE";
54 homepage = "https://mate-desktop.org";
55 license = licenses.gpl2Plus;
56 platforms = platforms.unix;
57 maintainers = teams.mate.members ++ (with maintainers; [ chpatrick ]);