forked from mirrors/nixpkgs
Fixed error in build-support/fetchfile
Replaced undefined variable 'url' by the correct one 'pathname' svn path=/nixpkgs/trunk/; revision=28424
This commit is contained in:
parent
01be205d66
commit
cd3fda3def
|
@ -1,5 +1,5 @@
|
|||
{stdenv}: {pathname, md5}: stdenv.mkDerivation {
|
||||
name = baseNameOf (toString url);
|
||||
name = baseNameOf (toString pathname);
|
||||
builder = ./builder.sh;
|
||||
pathname = pathname;
|
||||
md5 = md5;
|
||||
|
|
Loading…
Reference in a new issue