1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
nixpkgs/pkgs/stdenv
Randy Eckenrode ad38102a67
darwin.stdenv: avoid an infinite recursion
libiconv-darwin depends on Meson, which (indirectly) depends on
libiconv. When libiconv-darwin is set as libiconv, it will cause an
infinite recursion. Avoid the infinite recursion by using libiconvReal
in stage 1. Every stage after that can use libiconv-darwin.
2024-04-27 18:09:52 -04:00
..
cross
custom
cygwin
darwin darwin.stdenv: avoid an infinite recursion 2024-04-27 18:09:52 -04:00
freebsd
generic stdenv: fix missing dependencies in __sandboxProfile and __impureHostDeps 2024-04-19 15:02:27 -03:00
linux wrapCC, wrapBintools: move expand-response-params bootstrapping out 2024-04-18 20:49:13 +02:00
native stdenv: consistently use self: super: … for bootstrapping overlays 2024-04-15 12:53:13 +02:00
nix
tests
adapters.nix overrideSDK: support all deps attributes 2024-03-29 10:03:08 -04:00
booter.nix
default.nix