Merge pull request #85795 from worldofpeace/fix-wingpanel-datetime

pantheon.wingpanel-indicator-datetime: patch in a lot of fixes
This commit is contained in:
worldofpeace 2020-04-22 13:27:01 -04:00 committed by GitHub
commit afb08fcfd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}";