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
22
pkgs/development/idris-modules/array.nix
Normal file
22
pkgs/development/idris-modules/array.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "array";
|
||||
version = "2016-10-14";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "idris-hackers";
|
||||
repo = "idris-array";
|
||||
rev = "eb5c034d3c65b5cf465bd0715e65859b8f69bf15";
|
||||
sha256 = "148dnyd664vnxi04zjsyjbs1y51dq0zz98005q9c042k4jcfpfjh";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Primitive flat arrays containing Idris values";
|
||||
homepage = "https://github.com/idris-hackers/idris-array";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue