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
29
pkgs/development/idris-modules/recursion_schemes.nix
Normal file
29
pkgs/development/idris-modules/recursion_schemes.nix
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, free
|
||||
, composition
|
||||
, comonad
|
||||
, bifunctors
|
||||
, hezarfen
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "recursion_schemes";
|
||||
version = "2018-01-19";
|
||||
|
||||
idrisDeps = [ free composition comonad bifunctors hezarfen ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vmchale";
|
||||
repo = "recursion_schemes";
|
||||
rev = "6bcbe0da561f461e7a05e29965a18ec9f87f8d82";
|
||||
sha256 = "0rbx0yqa0fb7h7qfsvqvirc5q85z51rcwbivn6351jgn3a0inmhf";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Recursion schemes for Idris";
|
||||
homepage = "https://github.com/vmchale/recursion_schemes";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue