transmission-remote-gtk: fix TLS support
Since https://github.com/NixOS/nixpkgs/pull/254042, transmission-remote-gtk shows an error that TLS support is not enabled when connecting over TLS. This fixes that for me.
This commit is contained in:
parent
0e320dbb76
commit
183845f851
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
|||
libmrss
|
||||
libproxy
|
||||
libsoup_3
|
||||
];
|
||||
] ++ libsoup_3.propagatedUserEnvPackages;
|
||||
|
||||
doCheck = false; # Requires network access
|
||||
|
||||
|
|
Loading…
Reference in a new issue