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/mapping.nix
Normal file
22
pkgs/development/idris-modules/mapping.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "mapping";
|
||||
version = "2018-02-27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zaoqi";
|
||||
repo = "Mapping.idr";
|
||||
rev = "4f226933d4491b8fd09f9d9a7b862c0cc646b936";
|
||||
sha256 = "1skkb7jz2lv0xg4n5m0vd9xddg3x01459dwx1jxnpc7ifask4cda";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Idris mapping library";
|
||||
homepage = "https://github.com/zaoqi/Mapping.idr";
|
||||
license = lib.licenses.agpl3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue