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
26
pkgs/development/idris-modules/derive.nix
Normal file
26
pkgs/development/idris-modules/derive.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, contrib
|
||||
, pruviloj
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "derive";
|
||||
version = "2018-07-02";
|
||||
|
||||
idrisDeps = [ contrib pruviloj ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "david-christiansen";
|
||||
repo = "derive-all-the-instances";
|
||||
rev = "0a9a5082d4ab6f879a2c141d1a7b645fa73fd950";
|
||||
sha256 = "06za15m1kv9mijzll5712crry4iwx3b0fjv76gy9vv1p10gy2g4m";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Type class deriving with elaboration reflection";
|
||||
homepage = "https://github.com/davlum/derive-all-the-instances";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue