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