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/tools/go-bindata-assetfs/default.nix
Normal file
21
pkgs/development/tools/go-bindata-assetfs/default.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "go-bindata-assetfs";
|
||||
version = "20160814-${rev}";
|
||||
rev = "e1a2a7e";
|
||||
goPackagePath = "github.com/elazarl/go-bindata-assetfs";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "elazarl";
|
||||
repo = "go-bindata-assetfs";
|
||||
sha256 = "0b6q8h9fwpgpkvml1j87wq9174g7px1dmskhm884drpvswda2djk";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Serve embedded files from jteeuwen/go-bindata";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ avnik ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue