Merge pull request #182623 from winterqt/thefuck-optionals

thefuck: lib.optional -> lib.optionals
This commit is contained in:
Mario Rodas
2022-07-23 18:55:17 -05:00
committed by GitHub
+1 -1
View File
@@ -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"