universal-ctags: 2016-12-17 -> 2017-01-08
This commit is contained in:
parent
49640fcd32
commit
3aca77a7f2
@ -2,17 +2,20 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "universal-ctags-${version}";
|
name = "universal-ctags-${version}";
|
||||||
version = "2016-12-17";
|
version = "2017-01-08";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "universal-ctags";
|
owner = "universal-ctags";
|
||||||
repo = "ctags";
|
repo = "ctags";
|
||||||
rev = "3093f73e81cddbea5d122dccd4fd9a6323ebbbd3";
|
rev = "9668032d8715265ca5b4ff16eb2efa8f1c450883";
|
||||||
sha256 = "091359v3p865d39gchpc1x5qplf1s1y4nsph344ng5x1nkx44qsi";
|
sha256 = "0nwcf5mh3ba0g23zw7ym73pgpfdass412k2fy67ryr9vnc709jkj";
|
||||||
};
|
};
|
||||||
|
|
||||||
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
|
||||||
'';
|
'';
|
||||||
|
12
pkgs/development/tools/misc/universal-ctags/sed-test.patch
Normal file
12
pkgs/development/tools/misc/universal-ctags/sed-test.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
--- a/Tmain/sorted-help-message.d/run.sh 2017-01-10 11:20:51.515093465 +0100
|
||||||
|
+++ b/Tmain/sorted-help-message.d/run.sh 2017-01-10 11:17:56.639213720 +0100
|
||||||
|
@@ -27,7 +27,7 @@
|
||||||
|
extract_long_options()
|
||||||
|
{
|
||||||
|
sed -n '/Usage:/,$p' | \
|
||||||
|
- sed -n 's/\(^ --[:alnum:][<>[:alnum:]_-]*\).*/\1/p'
|
||||||
|
+ sed -n 's/\(^ --[[:alnum:]][<>[:alnum:]_-]*\).*/\1/p'
|
||||||
|
}
|
||||||
|
|
||||||
|
extract_debug_options()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user