pantheon.wingpanel-indicator-datetime: don't try to wrap
This commit is contained in:
parent
4f5bbdbf5d
commit
f329f86c50
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user