Just another simple template
svn path=/nixpkgs/trunk/; revision=9247
This commit is contained in:
@@ -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 = "
|
||||||
|
|||||||
Reference in New Issue
Block a user