llvmPackages*.libcxx*: Always use the attribute name for pname
This decision was made in a902d99422 but
just for LLVM 12. Now we apply it consitently.
This commit is contained in:
@@ -92,9 +92,9 @@ let
|
||||
|
||||
libcxxStdenv = overrideCC stdenv buildLlvmTools.libcxxClang;
|
||||
|
||||
libcxx = callPackage ./libc++ {};
|
||||
libcxx = callPackage ./libcxx {};
|
||||
|
||||
libcxxabi = callPackage ./libc++abi {};
|
||||
libcxxabi = callPackage ./libcxxabi {};
|
||||
|
||||
openmp = callPackage ./openmp.nix {};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user