Skip to content

Commit

Permalink
irods: pin to llvmPackages_7
Browse files Browse the repository at this point in the history
irods needs llvmPackages_7, because it uses boost160.
  • Loading branch information
DieGoldeneEnte authored and LnL7 committed Jul 18, 2020
1 parent 94816b2 commit b211cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4345,8 +4345,8 @@ in
idevicerestore = callPackage ../tools/misc/idevicerestore { };

inherit (callPackages ../tools/filesystems/irods rec {
stdenv = llvmPackages.libcxxStdenv;
libcxx = llvmPackages.libcxx;
stdenv = llvmPackages_7.libcxxStdenv;
libcxx = llvmPackages_7.libcxx;
boost = boost160.override { inherit stdenv; };
avro-cpp_llvm = avro-cpp.override { inherit stdenv boost; };
})
Expand Down

0 comments on commit b211cd4

Please sign in to comment.