summary refs log tree commit diff
path: root/pkgs/desktops/deepin/deepin-wm
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-10-30 19:17:45 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-11-10 12:27:38 -0200
commit287db0f9b97789606c63974487c6a5c2b7467ef4 (patch)
treec77630dba006f14a89219abc29ac4e5054e475a8 /pkgs/desktops/deepin/deepin-wm
parentd0df66ea60cf8a9543db6d393b38f2d9ec667097 (diff)
downloadnixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.tar
nixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.tar.gz
nixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.tar.bz2
nixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.tar.lz
nixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.tar.xz
nixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.tar.zst
nixpkgs-287db0f9b97789606c63974487c6a5c2b7467ef4.zip
deepin: add update script
Diffstat (limited to 'pkgs/desktops/deepin/deepin-wm')
-rw-r--r--pkgs/desktops/deepin/deepin-wm/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/desktops/deepin/deepin-wm/default.nix b/pkgs/desktops/deepin/deepin-wm/default.nix
index f936934dcc0..66aec528f37 100644
--- a/pkgs/desktops/deepin/deepin-wm/default.nix
+++ b/pkgs/desktops/deepin/deepin-wm/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub, pkgconfig, intltool, libtool, vala, gnome3,
   bamf, clutter-gtk, granite, libcanberra-gtk3, libwnck3,
   deepin-mutter, deepin-wallpapers, deepin-desktop-schemas,
-  hicolor-icon-theme }:
+  hicolor-icon-theme, deepin }:
 
 stdenv.mkDerivation rec {
   name = "${pname}-${version}";
@@ -48,6 +48,8 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
+  passthru.updateScript = deepin.updateScript { inherit name; };
+
   meta = with stdenv.lib; {
     description = "Deepin Window Manager";
     homepage = https://github.com/linuxdeepin/deepin-wm;