mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
libclc: move from aliases into all-packages
This commit is contained in:
parent
51666317f4
commit
7ba314ab3e
@ -831,7 +831,6 @@ mapAliases {
|
||||
libbpf_1 = libbpf; # Added 2022-12-06
|
||||
libbson = mongoc; # Added 2024-03-11
|
||||
libcap_pam = throw "'libcap_pam' has been replaced with 'libcap'"; # Converted to throw 2023-09-10
|
||||
libclc = llvmPackages_18.libclc; # Added 2023-10-28
|
||||
libcxxabi = throw "'libcxxabi' was merged into 'libcxx'"; # Converted to throw 2024-03-08
|
||||
libdwarf_20210528 = throw "'libdwarf_20210528' has been removed because it is not used in nixpkgs, move to libdwarf"; # Added 2024-03-23
|
||||
libgme = game-music-emu; # Added 2022-07-20
|
||||
|
@ -15272,6 +15272,7 @@ with pkgs;
|
||||
mlir_16 = llvmPackages_16.mlir;
|
||||
mlir_17 = llvmPackages_17.mlir;
|
||||
|
||||
libclc = llvmPackages.libclc;
|
||||
libllvm = llvmPackages.libllvm;
|
||||
llvm-manpages = llvmPackages.llvm-manpages;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user