patches: Add transmission-remote-gtk TLS patch
This commit is contained in:
parent
ef90eeeca8
commit
df6827bfc9
1 changed files with 13 additions and 0 deletions
13
patches/255680.patch
Normal file
13
patches/255680.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix b/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
|
||||
index b85a440b0ed401..77124120d5d343 100644
|
||||
--- a/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
|
||||
+++ b/pkgs/applications/networking/p2p/transmission-remote-gtk/default.nix
|
||||
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
libmrss
|
||||
libproxy
|
||||
libsoup_3
|
||||
- ];
|
||||
+ ] ++ libsoup_3.propagatedUserEnvPackages;
|
||||
|
||||
doCheck = false; # Requires network access
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue