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
|
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user