From 7a3b9fc2f856bdd85cae5472f63438501cd4c491 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Tue, 4 Sep 2007 09:52:29 +0000 Subject: [PATCH] Just another simple template svn path=/nixpkgs/trunk/; revision=9247 --- pkgs/top-level/template-simple.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/top-level/template-simple.nix b/pkgs/top-level/template-simple.nix index 86acd22217d2..4eac1fcad0a3 100644 --- a/pkgs/top-level/template-simple.nix +++ b/pkgs/top-level/template-simple.nix @@ -1,13 +1,13 @@ -args: -args.stdenv.mkDerivation { +args: with args; +stdenv.mkDerivation { name = ""; - src = args.fetchurl { + src = fetchurl { url = ; sha256 = ""; }; - buildInputs =(with args; []); + buildInputs =[]; meta = { description = "