pantheon.wingpanel-indicator-datetime: don't try to wrap

This commit is contained in:
worldofpeace 2019-09-18 17:18:11 -04:00
parent 4f5bbdbf5d
commit f329f86c50

View File

@ -59,7 +59,6 @@ stdenv.mkDerivation rec {
pkgconfig pkgconfig
python3 python3
vala vala
wrapGAppsHook
]; ];
buildInputs = [ buildInputs = [
@ -88,11 +87,6 @@ stdenv.mkDerivation rec {
patchShebangs meson/post_install.py patchShebangs meson/post_install.py
''; '';
# launches elementary-calendar on selection
preFixup = ''
gappsWrapperArgs+=( --prefix PATH : "${elementary-calendar}/bin" )
'';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Date & Time Indicator for Wingpanel"; description = "Date & Time Indicator for Wingpanel";
homepage = https://github.com/elementary/wingpanel-indicator-datetime; homepage = https://github.com/elementary/wingpanel-indicator-datetime;