pantheon.wingpanel-indicator-datetime: patch in a lot of fixes

These were rejected upstream, sadly https://github.com/elementary/wingpanel-indicator-datetime/pull/207.
This commit is contained in:
worldofpeace 2020-04-22 13:04:18 -04:00
parent 37e146c255
commit 7a164bf678
2 changed files with 4736 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{ stdenv
, fetchFromGitHub
, fetchFromGitHub
, pantheon
, pkgconfig
, meson
@ -28,6 +28,15 @@ stdenv.mkDerivation rec {
sha256 = "0a0pqrpmrdd5pch30lizr9righlc7165z7krmnaxrzd0fvfkbr2h";
};
patches = [
# https://github.com/elementary/wingpanel-indicator-datetime/pull/207
# Fixes lots of issues despite being rejected upstream
# https://github.com/elementary/wingpanel-indicator-datetime/issues/206
# https://github.com/elementary/wingpanel-indicator-datetime/issues/55
# https://github.com/elementary/wingpanel-indicator-datetime/issues/127
./207.patch
];
passthru = {
updateScript = pantheon.updateScript {
attrPath = "pantheon.${pname}";