20 stdenv.mkDerivation rec {
21 pname = "mate-screensaver";
25 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
26 sha256 = "ag8kqPhKL5XhARSrU+Y/1KymiKVf3FA+1lDgpBDj6nA=";
32 libxml2 # provides xmllint
48 configureFlags = [ "--without-console-kit" ];
50 makeFlags = [ "DBUS_SESSION_SERVICE_DIR=$(out)/etc" ];
52 enableParallelBuilding = true;
54 passthru.updateScript = mateUpdateScript { inherit pname; };
57 description = "Screen saver and locker for the MATE desktop";
58 homepage = "https://mate-desktop.org";
59 license = with licenses; [ gpl2Plus lgpl2Plus ];
60 platforms = platforms.unix;
61 maintainers = teams.mate.members;