nixpkgs/pkgs/development/compilers/nim
Benjamin Lee 2ba48cc8de nim: propagate Security framework to all nim packages on darwin
Many nim packages regressed on darwin after 31254120db, which upgrade nim to 1.6.12. The cause of the breakage is that the nim standard library was changed to link against the Security framework when using the system rng on darwin. Notably not *all* nim packages were broken by this, since packages that don't use this part of the standard library don't need the framework to build.

This commit adds the Security framework to the depsTargetTargetPropagated for the compiler wrapper, since the standard library isn't fully functional without it.
2023-04-14 16:04:31 +00:00
..
default.nix nim: propagate Security framework to all nim packages on darwin 2023-04-14 16:04:31 +00:00
nim.cfg.patch
NIM_CONFIG_DIR.patch
nixbuild.patch nim: unescape "\ " before splitting NIX_LDFLAGS 2022-10-08 11:28:39 -05:00
toLocation.patch