treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
This commit is contained in:
@@ -27,7 +27,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
importlib-metadata
|
||||
] ++ lib.optional (pythonOlder "3.5") [
|
||||
] ++ lib.optionals (pythonOlder "3.5") [
|
||||
typing
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user