From f0f07edc83403b854b0822f7614ac9a7e3cdd62c Mon Sep 17 00:00:00 2001 From: Winter Date: Sat, 23 Jul 2022 14:27:18 -0400 Subject: [PATCH] thefuck: lib.optional -> lib.optionals --- pkgs/tools/misc/thefuck/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/thefuck/default.nix b/pkgs/tools/misc/thefuck/default.nix index 87d6dcfb0c2e..13f741c5444f 100644 --- a/pkgs/tools/misc/thefuck/default.nix +++ b/pkgs/tools/misc/thefuck/default.nix @@ -18,7 +18,7 @@ buildPythonApplication rec { checkInputs = [ go mock pytestCheckHook pytest-mock ]; - disabledTests = lib.optional stdenv.isDarwin [ + disabledTests = lib.optionals stdenv.isDarwin [ "test_settings_defaults" "test_from_file" "test_from_env"