Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #65594 from marsam/update-universal-ctags
Browse files Browse the repository at this point in the history
universal-ctags: 2018-07-23 -> 2019-07-24
  • Loading branch information
worldofpeace committed Jul 31, 2019
2 parents 4403d44 + 137ce9e commit c0a8580
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pkgs/development/tools/misc/universal-ctags/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "universal-ctags-${version}";
version = "2018-07-23";
version = "unstable-2019-07-30";

src = fetchFromGitHub {
owner = "universal-ctags";
repo = "ctags";
rev = "3522685695ad3312cf4b19399e0c44f3395dd089";
sha256 = "1f67hy8c2yr9z4ydsqd7wg8iagzn01qjw2ccx6g8mngv3i3jz9mv";
rev = "920e7910146915e5cae367bc9f135ffd8b042042";
sha256 = "14n3ix77rkhq6vq6kspmgjrmm0kg0f8cxikyqdq281sbnfq8bajn";
};

nativeBuildInputs = [ autoreconfHook pkgconfig pythonPackages.docutils ];
Expand All @@ -21,6 +21,12 @@ stdenv.mkDerivation rec {

configureFlags = [ "--enable-tmpdir=/tmp" ];

postPatch = ''
# Remove source of non-determinism
substituteInPlace main/options.c \
--replace "printf (\" Compiled: %s, %s\n\", __DATE__, __TIME__);" ""
'';

postConfigure = ''
sed -i 's|/usr/bin/env perl|${perl}/bin/perl|' misc/optlib2c
'';
Expand Down

0 comments on commit c0a8580

Please sign in to comment.