diff options
author | Michael Weiss <dev.primeos@gmail.com> | 2021-04-24 11:40:28 +0200 |
---|---|---|
committer | Michael Weiss <dev.primeos@gmail.com> | 2021-04-24 11:43:29 +0200 |
commit | e4f8498c0bc5add1d704f2c8cc7fd39a48088f0b (patch) | |
tree | cda9d4a1e40d78df59451331ad64b561c3ff62d2 /pkgs/development | |
parent | a902d99422c6a522ffae7b8ad7711e23c7490d42 (diff) |
llvmPackages_12: Create subdirectories for the last two packages
For consistency. Now all packages will have their own subdirectory (continuation of 781e69d19c4).
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/compilers/llvm/12/bintools/default.nix (renamed from pkgs/development/compilers/llvm/12/bintools.nix) | 0 | ||||
-rw-r--r-- | pkgs/development/compilers/llvm/12/default.nix | 4 | ||||
-rw-r--r-- | pkgs/development/compilers/llvm/12/openmp/default.nix (renamed from pkgs/development/compilers/llvm/12/openmp.nix) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/llvm/12/bintools.nix b/pkgs/development/compilers/llvm/12/bintools/default.nix index 53f7941e33699..53f7941e33699 100644 --- a/pkgs/development/compilers/llvm/12/bintools.nix +++ b/pkgs/development/compilers/llvm/12/bintools/default.nix diff --git a/pkgs/development/compilers/llvm/12/default.nix b/pkgs/development/compilers/llvm/12/default.nix index 5b25f37bc2c03..a6d68d2e2a441 100644 --- a/pkgs/development/compilers/llvm/12/default.nix +++ b/pkgs/development/compilers/llvm/12/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) { diff --git a/pkgs/development/compilers/llvm/12/openmp.nix b/pkgs/development/compilers/llvm/12/openmp/default.nix index c107258dd189b..c107258dd189b 100644 --- a/pkgs/development/compilers/llvm/12/openmp.nix +++ b/pkgs/development/compilers/llvm/12/openmp/default.nix |