about summary refs log tree commit diff
path: root/pkgs/desktops/deepin/deepin-metacity
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-07-21 22:53:18 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-07-21 23:49:36 -0400
commit735199a2104bc52b09f0193bdce7b1d95e4c7288 (patch)
treef1d7ac37a03651571233559689770500bdadcf0c /pkgs/desktops/deepin/deepin-metacity
parent2b350d16efab2dd2acc40dd6f1b2da7c390c199f (diff)
deepin: use qt5.mkDerivation where needed, cleanup wrappers
This switches a majority of the applications to using qt5.mkDerivation
which automatically adds wrapQtAppsHook.

In certain places, where GLib and gtk intersect with Qt, we
also needed to use wrapGAppsHook. In these cases there will
be multiple wrappers.
Diffstat (limited to 'pkgs/desktops/deepin/deepin-metacity')
-rw-r--r--pkgs/desktops/deepin/deepin-metacity/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/deepin/deepin-metacity/default.nix b/pkgs/desktops/deepin/deepin-metacity/default.nix
index fdf2c240e2c89..a4aede5857c97 100644
--- a/pkgs/desktops/deepin/deepin-metacity/default.nix
+++ b/pkgs/desktops/deepin/deepin-metacity/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, pkgconfig, intltool, libtool, gnome3, glib,
   gtk3, libgtop, bamf, json-glib, libcanberra-gtk3, libxkbcommon,
   libstartup_notification, deepin-wallpapers, deepin-desktop-schemas,
-  deepin }:
+  deepin, wrapGAppsHook }:
 
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
     libtool
     glib.dev
     gnome3.gnome-common
+    wrapGAppsHook
   ];
 
   buildInputs = [