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:
Charlotte Van Petegem 2023-09-17 15:39:24 +02:00 committed by Emery Hemingway
parent 0e320dbb76
commit 183845f851

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
libmrss
libproxy
libsoup_3
];
] ++ libsoup_3.propagatedUserEnvPackages;
doCheck = false; # Requires network access