universal-ctags: 2017-01-08 -> 2017-09-22

This commit is contained in:
Matthieu Coudron 2017-09-23 16:51:25 +09:00
parent c2f928d44e
commit 5c4ddc30d3

View File

@ -2,21 +2,18 @@
stdenv.mkDerivation rec {
name = "universal-ctags-${version}";
version = "2017-01-08";
version = "2017-09-22";
src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "9668032d8715265ca5b4ff16eb2efa8f1c450883";
sha256 = "0nwcf5mh3ba0g23zw7ym73pgpfdass412k2fy67ryr9vnc709jkj";
rev = "b9537289952cc7b26526aaff3094599d714d1729";
sha256 = "1kbw9ycl2ddzpfs1v4rbqa4gdhw4inrisf4awyaxb7zxfxmbzk1g";
};
nativeBuildInputs = [ pythonPackages.docutils ];
buildInputs = [ autoreconfHook pkgconfig ];
# remove when https://github.com/universal-ctags/ctags/pull/1267 is merged
patches = [ ./sed-test.patch ];
autoreconfPhase = ''
./autogen.sh --tmpdir
'';