net-snmp: Fix broken Gmane URL

Fixes: #52898
Fixes: #51260
This commit is contained in:
Craig Younkins 2018-11-30 01:19:05 +00:00 committed by Dmitry Kalinkin
parent c7f26a34e8
commit 4543559aea
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
perlarchname=$(perl -e 'use Config; print $Config{archname};')
installFlags="INSTALLSITEARCH=$out/lib/perl5/site_perl/$perlversion/$perlarchname INSTALLSITEMAN3DIR=$out/share/man/man3"
# http://comments.gmane.org/gmane.network.net-snmp.user/32434
# http://article.gmane.org/gmane.network.net-snmp.user/32434
substituteInPlace "man/Makefile.in" --replace 'grep -vE' '@EGREP@ -v'
'';