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:
parent
8ce1d160ab
commit
7a3b9fc2f8
|
@ -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 = "
|
||||
|
|
Loading…
Reference in a new issue