about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-09-18 17:18:11 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-10-31 17:29:00 -0400
commitf329f86c507ffa463b37002b5406d52ab1d13da7 (patch)
tree0e196935ebd3b46d6d7480e433d6af0c0005dd18 /pkgs/desktops/pantheon
parent4f5bbdbf5d9f35797f8c909f687b24dee3d208b7 (diff)
downloadnixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.tar
nixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.tar.gz
nixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.tar.bz2
nixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.tar.lz
nixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.tar.xz
nixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.tar.zst
nixlib-f329f86c507ffa463b37002b5406d52ab1d13da7.zip
pantheon.wingpanel-indicator-datetime: don't try to wrap
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
index 97fa6ba71c0c..87510e234aaa 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel-indicators/datetime/default.nix
@@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
     pkgconfig
     python3
     vala
-    wrapGAppsHook
   ];
 
   buildInputs = [
@@ -88,11 +87,6 @@ stdenv.mkDerivation rec {
     patchShebangs meson/post_install.py
   '';
 
-  # launches elementary-calendar on selection
-  preFixup = ''
-     gappsWrapperArgs+=( --prefix PATH : "${elementary-calendar}/bin" )
-  '';
-
   meta = with stdenv.lib; {
     description = "Date & Time Indicator for Wingpanel";
     homepage = https://github.com/elementary/wingpanel-indicator-datetime;