fix: return target dep as flat list for darwin std (#169)

This commit is contained in:
Jost Schulte 2024-05-27 14:22:22 -06:00 committed by GitHub
parent 09c8c6332e
commit 4f3437fc5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ symlinkJoin {
# Link dependency for target, required by darwin std.
depsTargetTargetPropagated =
optional (targetPlatform.isDarwin) [ pkgsTargetTarget.libiconv ];
optional (targetPlatform.isDarwin) pkgsTargetTarget.libiconv;
# If rustc or rustdoc is in the derivation, we need to copy their
# executable into the final derivation. This is required