* Rename .fix -> .nix.
svn path=/nixpkgs/trunk/; revision=511
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{stdenv}: {url, md5}: derivation {
|
||||
name = baseNameOf (toString url);
|
||||
system = stdenv.system;
|
||||
builder = ./builder.sh;
|
||||
stdenv = stdenv;
|
||||
url = url;
|
||||
md5 = md5;
|
||||
id = md5;
|
||||
}
|
||||
Reference in New Issue
Block a user