Merge pull request #254713 from wahjava/fix-mtr

mtr: import a patch from upstream to fix segfault
This commit is contained in:
7c6f434c 2023-09-12 12:16:47 +00:00 committed by GitHub
commit 49f1b36299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{ stdenv
, lib
, fetchFromGitHub
, fetchpatch
, autoreconfHook
, pkg-config
, libcap
@ -21,6 +22,11 @@ stdenv.mkDerivation rec {
sha256 = "sha256-f5bL3IdXibIc1xXCuZHwcEV5vhypRE2mLsS3A8HW2QM=";
};
patches = [ (fetchpatch { # https://github.com/traviscross/mtr/pull/468
url = "https://github.com/traviscross/mtr/commit/5908af4c19188cb17b62f23368b6ef462831a0cb.patch";
hash = "sha256-rTydtU8+Wc4nGEKh1GOkhcpgME4hwsACy82gKPaIe64=";
}) ];
# we need this before autoreconfHook does its thing
postPatch = ''
echo ${version} > .tarball-version