universal-ctags: bump to p5.9.20210124.0 from git tags (#111216)
This commit is contained in:
parent
1692303551
commit
f26b6bb75b
@ -1,17 +1,17 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, pkg-config, perl, pythonPackages, libiconv, jansson }:
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, coreutils, pkg-config, perl, python3Packages, libiconv, jansson }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "universal-ctags";
|
pname = "universal-ctags";
|
||||||
version = "unstable-2019-07-30";
|
version = "5.9.20201206.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "universal-ctags";
|
owner = "universal-ctags";
|
||||||
repo = "ctags";
|
repo = "ctags";
|
||||||
rev = "920e7910146915e5cae367bc9f135ffd8b042042";
|
rev = "p${version}";
|
||||||
sha256 = "14n3ix77rkhq6vq6kspmgjrmm0kg0f8cxikyqdq281sbnfq8bajn";
|
sha256 = "0w10zjyz46sjm6ypxmq550dkr84hvc4phm4vm9j53jp5s19x5q19";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config pythonPackages.docutils ];
|
nativeBuildInputs = [ autoreconfHook coreutils pkg-config python3Packages.docutils ];
|
||||||
buildInputs = [ jansson ] ++ lib.optional stdenv.isDarwin libiconv;
|
buildInputs = [ jansson ] ++ lib.optional stdenv.isDarwin libiconv;
|
||||||
|
|
||||||
# to generate makefile.in
|
# to generate makefile.in
|
||||||
@ -25,6 +25,9 @@ stdenv.mkDerivation {
|
|||||||
# Remove source of non-determinism
|
# Remove source of non-determinism
|
||||||
substituteInPlace main/options.c \
|
substituteInPlace main/options.c \
|
||||||
--replace "printf (\" Compiled: %s, %s\n\", __DATE__, __TIME__);" ""
|
--replace "printf (\" Compiled: %s, %s\n\", __DATE__, __TIME__);" ""
|
||||||
|
|
||||||
|
substituteInPlace Tmain/utils.sh \
|
||||||
|
--replace /bin/echo ${coreutils}/bin/echo
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user