treewide: optional -> optionals where the argument is a list

the argument to optional should not be list
This commit is contained in:
Artturin
2022-10-06 19:38:53 +03:00
parent f4ea1208ec
commit 7e49471316
197 changed files with 257 additions and 257 deletions

View File

@@ -40,7 +40,7 @@ let
++ lib.optionals pythonBindings [ python3 py3c ]
++ lib.optional perlBindings perl
++ lib.optional saslSupport sasl
++ lib.optional stdenv.hostPlatform.isDarwin [ CoreServices Security ];
++ lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices Security ];
patches = [ ./apr-1.patch ] ++ extraPatches;