libclc: move from aliases into all-packages

This commit is contained in:
Tristan Ross 2024-10-10 09:56:43 -07:00
parent 51666317f4
commit 7ba314ab3e
No known key found for this signature in database
GPG Key ID: B09C422035669AF8
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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;