Author: stordeur
Date: Tue Aug 9 12:28:49 2011
New Revision: 28424
URL: https://svn.nixos.org/websvn/nix/?rev=28424&sc=1
Log:
Fixed error in build-support/fetchfile
Replaced undefined variable 'url' by the correct one 'pathname'
Modified:
nixpkgs/trunk/pkgs/build-support/fetchfile/default.nix
Modified: nixpkgs/trunk/pkgs/build-support/fetchfile/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/build-support/fetchfile/default.nix Tue Aug 9
11:21:41 2011 (r28423)
+++ nixpkgs/trunk/pkgs/build-support/fetchfile/default.nix Tue Aug 9
12:28:49 2011 (r28424)
@@ -1,5 +1,5 @@
{stdenv}: {pathname, md5}: stdenv.mkDerivation {
- name = baseNameOf (toString url);
+ name = baseNameOf (toString pathname);
builder = ./builder.sh;
pathname = pathname;
md5 = md5;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits