uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
21
pkgs/development/python-modules/tempita/default.nix
Normal file
21
pkgs/development/python-modules/tempita/default.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, nose }:
|
||||
|
||||
buildPythonPackage {
|
||||
version = "0.5.3-2016-09-28";
|
||||
pname = "tempita";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gjhiggins";
|
||||
repo = "tempita";
|
||||
rev = "47414a7c6e46a9a9afe78f0bce2ea299fa84d10";
|
||||
sha256 = "0f33jjjs5rvp7ar2j6ggyfykcrsrn04jaqcq71qfvycf6b7nw3rn";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/gjhiggins/tempita";
|
||||
description = "A very small text templating language";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue