about summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-notification-daemon/default.nix
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-07-12 08:56:56 -0300
committerJosé Romildo <malaquias@gmail.com>2022-07-12 08:56:56 -0300
commitdeeb80c04abf0d19fb0159a48df6cc4649774ae6 (patch)
treed33291ae876c8398cab08464f2e3a41d8bcb8aa6 /pkgs/desktops/mate/mate-notification-daemon/default.nix
parent22f07d544de884802a60ef3d1f76bda8000776ce (diff)
mate: reformat nix expressions
Diffstat (limited to 'pkgs/desktops/mate/mate-notification-daemon/default.nix')
-rw-r--r--pkgs/desktops/mate/mate-notification-daemon/default.nix18
1 files changed, 16 insertions, 2 deletions
diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix
index a66f8de43462d..1e79e778699b0 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -1,5 +1,19 @@
-{ lib, stdenv, fetchurl, pkg-config, gettext, glib, libcanberra-gtk3,
-  libnotify, libwnck, gtk3, libxml2, mate-desktop, mate-panel, wrapGAppsHook, mateUpdateScript }:
+{ lib
+, stdenv
+, fetchurl
+, pkg-config
+, gettext
+, glib
+, libcanberra-gtk3
+, libnotify
+, libwnck
+, gtk3
+, libxml2
+, mate-desktop
+, mate-panel
+, wrapGAppsHook
+, mateUpdateScript
+}:
 
 stdenv.mkDerivation rec {
   pname = "mate-notification-daemon";