Just another simple template

svn path=/nixpkgs/trunk/; revision=9247
This commit is contained in:
Yury G. Kudryashov
2007-09-04 09:52:29 +00:00
parent 8ce1d160ab
commit 7a3b9fc2f8
+4 -4
View File
@@ -1,13 +1,13 @@
args: args: with args;
args.stdenv.mkDerivation { stdenv.mkDerivation {
name = ""; name = "";
src = args.fetchurl { src = fetchurl {
url = ; url = ;
sha256 = ""; sha256 = "";
}; };
buildInputs =(with args; []); buildInputs =[];
meta = { meta = {
description = " description = "