mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
boost187: Fix ABI detection for empty 'os.platform'
This commit is contained in:
parent
b9a3d17691
commit
f6d7faef58
1 changed files with 7 additions and 0 deletions
|
@ -233,6 +233,13 @@ stdenv.mkDerivation {
|
|||
relative = "include";
|
||||
hash = "sha256-9JvKQOAB19wQpWLNAhuB9eL8qKqXWTQHAJIXdLYMNG8=";
|
||||
})
|
||||
# Fixes ABI detection on some platforms (like loongarch64)
|
||||
(fetchpatch {
|
||||
url = "https://github.com/boostorg/context/commit/63996e427b4470c7b99b0f4cafb94839ea3670b6.patch";
|
||||
stripLen = 1;
|
||||
extraPrefix = "libs/context/";
|
||||
hash = "sha256-Z8uw2+4IEybqVcU25i/0XJKS16hi/+3MXUxs53ghjL0=";
|
||||
})
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue