Unverified Commit 97da8fa1 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 64ef8aea
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@
mkXfceDerivation {
  category = "apps";
  pname = "xfce4-screensaver";
  version = "4.18.1";
  version = "4.18.2";

  sha256 = "sha256-d72m2dW8jvM/EjgNSVaKsP5Ip7ioguB61/hy2cWw+dw=";
  sha256 = "sha256-j5K5i+hl/miyHste73akZL62K6YTxXmN8mmFK9BCecs=";

  buildInputs = [
    dbus-glib
@@ -44,8 +44,8 @@ mkXfceDerivation {

  makeFlags = [ "DBUS_SESSION_SERVICE_DIR=$(out)/etc" ];

  meta =  {
  meta = with lib; {
    description = "Screensaver for Xfce";
    maintainers = with lib.maintainers; [ symphorien ];
    maintainers = with maintainers; [ symphorien ] ++ teams.xfce.members;
  };
}