Skip to content

Commit

Permalink
abseil-cpp: Enable loongarch64
Browse files Browse the repository at this point in the history
  Base on abseil/abseil-cpp#1110 to enable
  loongarch64
  • Loading branch information
jackyliu16 committed May 1, 2023
1 parent 4683562 commit cb685cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/abseil-cpp/202103.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ stdenv.mkDerivation rec {
url = "https://github.com/abseil/abseil-cpp/commit/5bfa70c75e621c5d5ec095c8c4c0c050dcb2957e.patch";
sha256 = "0nhjxqfxpi2pkfinnqvd5m4npf9l1kg39mjx9l3087ajhadaywl5";
})
] ++ lib.optionals stdenv.hostPlatform.isLoongArch64 [
# https://github.com/abseil/abseil-cpp/pull/1110
(fetchpatch {
url = "https://github.com/abseil/abseil-cpp/pull/1110.patch";
sha256 = "sha256-ayY/aV/xWOdEyFSDqV7B5WDGvZ0ASr/aeBeYwP5RZVc=";
})
];

cmakeFlags = [
Expand Down

0 comments on commit cb685cd

Please sign in to comment.