overlays: remove 'transgui-fix-duplicate-status'

It has been patched in upstream nixpkgs.
This commit is contained in:
Bruno BELANYI 2022-05-31 11:06:58 +02:00
parent 81df59c95f
commit b2be415b15
2 changed files with 0 additions and 13 deletions

View File

@ -1,5 +1,3 @@
{
sabnzbd-fix-missing-packages = import ./sabnzbd-fix-missing-dependencies;
transgui-fix-duplicate-status = import ./transgui-fix-duplicate-status;
}

View File

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