From b8ca39e2f2f97fec47aaad7c1f5f582f1c347a31 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sat, 17 May 2014 11:01:57 +0200 Subject: cgit: improve a comment --- pkgs/applications/version-management/git-and-tools/cgit/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/version-management') diff --git a/pkgs/applications/version-management/git-and-tools/cgit/default.nix b/pkgs/applications/version-management/git-and-tools/cgit/default.nix index 47fa80cb901..fb7232794c5 100644 --- a/pkgs/applications/version-management/git-and-tools/cgit/default.nix +++ b/pkgs/applications/version-management/git-and-tools/cgit/default.nix @@ -12,10 +12,9 @@ stdenv.mkDerivation rec { sha256 = "0bci1p9spf79wirc4lk36cndcx2b9wj0fq1l58rlp6r563is77l3"; }; - # cgit is is tightly coupled with git and needs a git source tree to build. - # The cgit-0.10 Makefile has GIT_VER = 1.8.5, so use that version. + # cgit is tightly coupled with git and needs a git source tree to build. # IMPORTANT: Remember to check which git version cgit needs on every version - # bump. + # bump (look in the Makefile). # NOTE: as of 0.10.1, the git version is compatible from 1.9.0 to # 1.9.2 (see the repository history) gitSrc = fetchurl { -- cgit 1.4.1