From 222d9f789dd47d6072f039a34355b8bd90fdd16e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 3 Jul 2021 20:46:24 +0200 Subject: [PATCH] overlays: transgui: correctly use previous patches --- overlays/transgui-fix-duplicate-status/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/transgui-fix-duplicate-status/default.nix b/overlays/transgui-fix-duplicate-status/default.nix index 6190306..85036ce 100644 --- a/overlays/transgui-fix-duplicate-status/default.nix +++ b/overlays/transgui-fix-duplicate-status/default.nix @@ -1,7 +1,7 @@ final: prev: { transgui = prev.transgui.overrideAttrs (oldAttrs: { - patches = [ + patches = (oldAttrs.patches or [ ]) ++ [ (final.fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/transmission-remote-gui/transgui/pull/1354.patch"; sha256 = "sha256-Q4DAduqnTtNI0Zw9NIWpE8L0G8RusvPbZ3iW29k7XXA=";