Merge pull request #38696 from pbogdan/rust-drop-patch
rust: drop obsolete patch (now included in upstream sources)
This commit is contained in:
commit
3de85fbec3
@ -1,5 +1,4 @@
|
|||||||
{ stdenv, callPackage, recurseIntoAttrs, makeRustPlatform, llvm, fetchurl
|
{ stdenv, callPackage, recurseIntoAttrs, makeRustPlatform, llvm, fetchurl
|
||||||
, fetchpatch
|
|
||||||
, targets ? []
|
, targets ? []
|
||||||
, targetToolchains ? []
|
, targetToolchains ? []
|
||||||
, targetPatches ? []
|
, targetPatches ? []
|
||||||
@ -23,11 +22,6 @@ in rec {
|
|||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./patches/0001-Disable-fragile-tests-libstd-net-tcp-on-Darwin-Linux.patch
|
./patches/0001-Disable-fragile-tests-libstd-net-tcp-on-Darwin-Linux.patch
|
||||||
# Adapted from https://github.com/rust-lang/rust/pull/47912
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://src.fedoraproject.org/rpms/rust/raw/1bb4d24c060915c304c9a9f86a438388e599f9c6/f/0002-Use-a-range-to-identify-SIGSEGV-in-stack-guards.patch";
|
|
||||||
sha256 = "16hc170qzzcb9lcabk0ln005zji2h1gq0knbr9avbbzlbg9jha2q";
|
|
||||||
})
|
|
||||||
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch
|
] ++ stdenv.lib.optional stdenv.needsPax ./patches/grsec.patch
|
||||||
# https://github.com/rust-lang/rust/issues/45410
|
# https://github.com/rust-lang/rust/issues/45410
|
||||||
++ stdenv.lib.optional stdenv.isAarch64 ./patches/aarch64-disable-test_loading_cosine.patch;
|
++ stdenv.lib.optional stdenv.isAarch64 ./patches/aarch64-disable-test_loading_cosine.patch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user