1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

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

View file

@ -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 = "