mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
opencflite: add alias in darwin-aliases.nix
This commit is contained in:
parent
9d62e426c8
commit
d288c747d0
@ -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
|
||||
|
||||
### I ###
|
||||
|
||||
insert_dylib = throw "'darwin.insert_dylib' has been renamed to 'insert-dylib'"; # added 2024-04-04
|
||||
|
||||
### L ###
|
||||
|
||||
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
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user