treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
This commit is contained in:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
] ++ lib.optional stdenv.isDarwin [
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
cacert
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user