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
27
pkgs/development/idris-modules/http.nix
Normal file
27
pkgs/development/idris-modules/http.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, contrib
|
||||
, lightyear
|
||||
, bytes
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "http";
|
||||
version = "2018-02-25";
|
||||
|
||||
idrisDeps = [ contrib lightyear bytes ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "uwap";
|
||||
repo = "idris-http";
|
||||
rev = "dc4a31543f87c0bc44cbaa98192f0303cd8dd82e";
|
||||
sha256 = "1abrwi5ikymff4g7a0g5wskycvhpnn895z1z1bz9r71ks554ypl8";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "An HTTP library for idris";
|
||||
homepage = "https://github.com/uwap/idris-http";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue