Author: rob
Date: Mon Mar 21 13:01:54 2011
New Revision: 26442
URL: https://svn.nixos.org/websvn/nix/?rev=26442&sc=1

Log:
oops, should have added topgit to hydraPath

Modified:
   hydra/trunk/release.nix

Modified: hydra/trunk/release.nix
==============================================================================
--- hydra/trunk/release.nix     Mon Mar 21 13:01:23 2011        (r26441)
+++ hydra/trunk/release.nix     Mon Mar 21 13:01:54 2011        (r26442)
@@ -57,7 +57,7 @@
 
       hydraPath = stdenv.lib.concatStringsSep ":" (map (p: "${p}/bin") ( [
         libxslt sqlite subversion openssh nix coreutils findutils
-        gzip bzip2 lzma gnutar unzip git mercurial gnused graphviz bazaar
+        gzip bzip2 lzma gnutar unzip git gitAndTools.topGit mercurial gnused 
graphviz bazaar
       ] ++ ( if stdenv.isLinux then [rpm dpkg cdrkit] else [] )));
 
       postInstall = ''
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to