llvmPackages_12: Create subdirectories for the last two packages

For consistency. Now all packages will have their own subdirectory
(continuation of 781e69d19c).
wip/yesman
Michael Weiss 3 years ago
parent a902d99422
commit e4f8498c0b
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83
  1. 0
      pkgs/development/compilers/llvm/12/bintools/default.nix
  2. 4
      pkgs/development/compilers/llvm/12/default.nix
  3. 0
      pkgs/development/compilers/llvm/12/openmp/default.nix

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

Loading…
Cancel
Save