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