about summary refs log tree commit diff
path: root/pkgs/desktops/deepin
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-09-10 08:13:10 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-09-10 17:54:57 +0200
commit9b6789de7386edd9e7d199a8e15cb1c3c1f026b3 (patch)
tree7e25b243a9b210da74318fc3dae59f6a7c38f3c3 /pkgs/desktops/deepin
parent9d152886ab7276d1c229133c15be170486f78cdd (diff)
downloadnixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.tar
nixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.tar.gz
nixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.tar.bz2
nixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.tar.lz
nixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.tar.xz
nixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.tar.zst
nixlib-9b6789de7386edd9e7d199a8e15cb1c3c1f026b3.zip
tree-wide: replace wrapProgram with wrapGApp
where appropriate
Diffstat (limited to 'pkgs/desktops/deepin')
-rw-r--r--pkgs/desktops/deepin/dde-daemon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/deepin/dde-daemon/default.nix b/pkgs/desktops/deepin/dde-daemon/default.nix
index 19089a6b050e..da217186e276 100644
--- a/pkgs/desktops/deepin/dde-daemon/default.nix
+++ b/pkgs/desktops/deepin/dde-daemon/default.nix
@@ -115,7 +115,7 @@ buildGoPackage rec {
   postFixup = ''
     # wrapGAppsHook does not work with binaries outside of $out/bin or $out/libexec
     for binary in $out/lib/deepin-daemon/*; do
-      wrapProgram $binary "''${gappsWrapperArgs[@]}"
+      wrapGApp "$binary"
     done
 
     searchHardCodedPaths $out  # debugging