overlays: add transgui-fix-duplicate-status

Upstream is being slow in merging the patch...
This commit is contained in:
Bruno BELANYI 2021-05-09 00:06:52 +02:00
parent 96c9b1b57d
commit 9ecdc7c1ed
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
# FIXME: add overlays
transgui-fix-duplicate-status = import ./transgui-fix-duplicate-status;
}

View File

@ -0,0 +1,11 @@
final: prev:
{
transgui = prev.transgui.overrideAttrs (oldAttrs: {
patches = [
(final.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/transmission-remote-gui/transgui/pull/1354.patch";
sha256 = "sha256-Q4DAduqnTtNI0Zw9NIWpE8L0G8RusvPbZ3iW29k7XXA=";
})
];
});
}