···11, perl
12, luajit
13, darwin
014, python3
15}:
16···127 --replace " -L${stdenv.cc.libc}/lib" "" \
128 --replace " -L${darwin.libobjc}/lib" "" \
129 --replace " -L${darwin.libunwind}/lib" "" \
130- --replace " -L${darwin.libiconv}/lib" ""
131132 # All the libraries we stripped have -osx- in their name as of this time.
133 # Assert now that this pattern no longer appears in config.mk.
···11, perl
12, luajit
13, darwin
14+, libiconv
15, python3
16}:
17···128 --replace " -L${stdenv.cc.libc}/lib" "" \
129 --replace " -L${darwin.libobjc}/lib" "" \
130 --replace " -L${darwin.libunwind}/lib" "" \
131+ --replace " -L${libiconv}/lib" ""
132133 # All the libraries we stripped have -osx- in their name as of this time.
134 # Assert now that this pattern no longer appears in config.mk.
···5152 builder = throw "'darwin.builder' has been changed and renamed to 'darwin.linux-builder'. The default ssh port is now 31022. Please update your configuration or override the port back to 22. See https://nixos.org/manual/nixpkgs/unstable/#sec-darwin-builder"; # added 2023-07-06
53000054 ### I ###
5556 insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04
···5152 builder = throw "'darwin.builder' has been changed and renamed to 'darwin.linux-builder'. The default ssh port is now 31022. Please update your configuration or override the port back to 22. See https://nixos.org/manual/nixpkgs/unstable/#sec-darwin-builder"; # added 2023-07-06
5354+ ### L ###
55+56+ libiconv = pkgs.libiconv; # 2024-03-27
57+58 ### I ###
5960 insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04