universal-ctags: 5.9.20210411.0 -> 5.9.20220220.0

This commit is contained in:
Brian Leung 2022-02-06 17:53:04 -08:00
parent 244185c486
commit c58e42508b

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "universal-ctags";
version = "5.9.20210411.0";
version = "5.9.20220220.0";
src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "p${version}";
sha256 = "0c031y0dl2b70pd0mqfbylplf8f27x11b0ch7ljka3rqav0zb1zr";
sha256 = "1118iq33snxyw1jk8nwvsl08f3zdainksh0yiapzvg0y5906jjjd";
};
depsBuildBuild = [ buildPackages.stdenv.cc ];
@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
substituteInPlace Tmain/utils.sh \
--replace /bin/echo ${coreutils}/bin/echo
# Remove git-related housekeeping from check phase
substituteInPlace makefiles/testing.mak \
--replace "check: tmain units tlib man-test check-genfile" \
"check: tmain units tlib man-test"
'';
postConfigure = ''