mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 18:34:38 +00:00
universal-ctags: 5.9.20210411.0 -> 5.9.20220220.0
This commit is contained in:
parent
244185c486
commit
c58e42508b
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user