summary refs log tree commit diff
path: root/pkgs/desktops/mate/mate-notification-daemon/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/mate/mate-notification-daemon/default.nix')
-rw-r--r--pkgs/desktops/mate/mate-notification-daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/mate/mate-notification-daemon/default.nix b/pkgs/desktops/mate/mate-notification-daemon/default.nix
index 63996f4256b..45d483503aa 100644
--- a/pkgs/desktops/mate/mate-notification-daemon/default.nix
+++ b/pkgs/desktops/mate/mate-notification-daemon/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, intltool, glib, libcanberra-gtk3,
-  libnotify, libwnck3, gnome3, gtk3, wrapGAppsHook }:
+  libnotify, libwnck3, gtk3, wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   name = "mate-notification-daemon-${version}";