llvmPackages_12: Create subdirectories for the last two packages

For consistency. Now all packages will have their own subdirectory
(continuation of 781e69d19c).
This commit is contained in:
Michael Weiss 2021-04-24 11:40:28 +02:00
parent a902d99422
commit e4f8498c0b
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83
3 changed files with 2 additions and 2 deletions

View file

@ -108,7 +108,7 @@ let
# doesnt support like LLVM. Probably we should move to some other # doesnt support like LLVM. Probably we should move to some other
# file. # file.
bintools = callPackage ./bintools.nix {}; bintools = callPackage ./bintools {};
lldClang = wrapCCWith rec { lldClang = wrapCCWith rec {
cc = tools.clang-unwrapped; cc = tools.clang-unwrapped;
@ -203,7 +203,7 @@ let
libunwind = libraries.libunwind; libunwind = libraries.libunwind;
})); }));
openmp = callPackage ./openmp.nix { inherit llvm_meta; }; openmp = callPackage ./openmp { inherit llvm_meta; };
libunwind = callPackage ./libunwind ({ inherit llvm_meta; } // libunwind = callPackage ./libunwind ({ inherit llvm_meta; } //
(lib.optionalAttrs (stdenv.hostPlatform.useLLVM or false) { (lib.optionalAttrs (stdenv.hostPlatform.useLLVM or false) {