overlays: remove 'transgui-fix-duplicate-status'
It has been patched in upstream nixpkgs.
This commit is contained in:
parent
81df59c95f
commit
b2be415b15
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
sabnzbd-fix-missing-packages = import ./sabnzbd-fix-missing-dependencies;
|
||||
|
||||
transgui-fix-duplicate-status = import ./transgui-fix-duplicate-status;
|
||||
}
|
||||
|
|
|
@ -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=";
|
||||
})
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue