mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #328392 from OPNA2608/powerpc64/libressl
This commit is contained in:
commit
9a88639afa
@ -127,10 +127,28 @@ in {
|
||||
libressl_3_8 = generic {
|
||||
version = "3.8.4";
|
||||
hash = "sha256-wM75z+F0rDZs5IL1Qv3bB3Ief6DK+s40tJqHIPo3/n0=";
|
||||
|
||||
patches = [
|
||||
# Fixes build on ppc64
|
||||
# https://github.com/libressl/portable/pull/1073
|
||||
(fetchpatch {
|
||||
url = "https://github.com/libressl/portable/commit/e6c7de3f03c51fbdcf5ad88bf12fe9e128521f0d.patch";
|
||||
hash = "sha256-LJy3fjbnc9h5DG3/+8bLECwJeBpPxy3hU8sPuhovmcw=";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
libressl_3_9 = generic {
|
||||
version = "3.9.2";
|
||||
hash = "sha256-ewMdrGSlnrbuMwT3/7ddrTOrjJ0nnIR/ksifuEYGj5c=";
|
||||
|
||||
patches = [
|
||||
# Fixes build on ppc64
|
||||
# https://github.com/libressl/portable/pull/1073
|
||||
(fetchpatch {
|
||||
url = "https://github.com/libressl/portable/commit/e6c7de3f03c51fbdcf5ad88bf12fe9e128521f0d.patch";
|
||||
hash = "sha256-LJy3fjbnc9h5DG3/+8bLECwJeBpPxy3hU8sPuhovmcw=";
|
||||
})
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user