21 stdenv.mkDerivation rec {
22 pname = "mate-screensaver";
26 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
27 sha256 = "ag8kqPhKL5XhARSrU+Y/1KymiKVf3FA+1lDgpBDj6nA=";
33 libxml2 # provides xmllint
49 configureFlags = [ "--without-console-kit" ];
51 makeFlags = [ "DBUS_SESSION_SERVICE_DIR=$(out)/etc" ];
53 enableParallelBuilding = true;
55 passthru.updateScript = mateUpdateScript { inherit pname; };
58 description = "Screen saver and locker for the MATE desktop";
59 homepage = "https://mate-desktop.org";
60 license = with licenses; [
64 platforms = platforms.unix;
65 maintainers = teams.mate.members;