opencflite: add alias in darwin-aliases.nix

This commit is contained in:
Weijia Wang 2024-05-02 22:16:28 +02:00
parent 9d62e426c8
commit d288c747d0

View File

@ -51,11 +51,15 @@ mapAliases ({
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 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
### I ###
insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04
### L ### ### L ###
libiconv = pkgs.libiconv; # 2024-03-27 libiconv = pkgs.libiconv; # 2024-03-27
### I ### ### O ###
insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04 opencflite = pkgs.opencflite; # added 2024-05-02
}) })