make-derivation: remove no longer valid comment
The comment claimed configureFlags is "sometimes a string, sometimes null, and sometimes a list" — the normalization it referenced was removed long ago; configureFlags is always a list now.
This commit is contained in:
@@ -702,7 +702,6 @@ let
|
||||
propagatedBuildInputs = propagatedHostTargetOutputs;
|
||||
depsTargetTargetPropagated = propagatedTargetTargetOutputs;
|
||||
|
||||
# This parameter is sometimes a string, sometimes null, and sometimes a list, yuck
|
||||
configureFlags =
|
||||
configureFlags
|
||||
++ (
|
||||
|
||||
Reference in New Issue
Block a user