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:
parent
37e146c255
commit
7a164bf678
File diff suppressed because it is too large
Load Diff
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user