Author: rob
Date: Mon Apr 11 12:20:59 2011
New Revision: 26778
URL: https://svn.nixos.org/websvn/nix/?rev=26778&sc=1

Log:
use same name as nix-prefetch-hg for derivation

Modified:
   nixpkgs/trunk/pkgs/build-support/fetchhg/default.nix

Modified: nixpkgs/trunk/pkgs/build-support/fetchhg/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/build-support/fetchhg/default.nix        Mon Apr 11 
10:23:15 2011        (r26777)
+++ nixpkgs/trunk/pkgs/build-support/fetchhg/default.nix        Mon Apr 11 
12:20:59 2011        (r26778)
@@ -2,7 +2,7 @@
 
 # TODO: statically check if mercurial as the https support if the url starts 
woth https.
 stdenv.mkDerivation {
-  name = "fetchhg" + (if (name != null) then "-${name}" else "");
+  name = "hg-archive" + (if (name != null) then "-${name}" else "");
   builder = ./builder.sh;
   buildInputs = [mercurial nix];
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to