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
@ -28,6 +28,15 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0a0pqrpmrdd5pch30lizr9righlc7165z7krmnaxrzd0fvfkbr2h";
|
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 = {
|
passthru = {
|
||||||
updateScript = pantheon.updateScript {
|
updateScript = pantheon.updateScript {
|
||||||
attrPath = "pantheon.${pname}";
|
attrPath = "pantheon.${pname}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user