# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { pkgs, ... }: pkgs.deluge.overrideAttrs ({ patches ? [], ... }: { patches = patches ++ [ ./deluge-web-try-empty-login-first.patch ]; })