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/containers.nix
Normal file
26
pkgs/development/idris-modules/containers.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, effects
|
||||
, test
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "containers";
|
||||
version = "2017-09-10";
|
||||
|
||||
idrisDeps = [ effects test ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jfdm";
|
||||
repo = "idris-containers";
|
||||
rev = "fb96aaa3f40faa432cd7a36d956dbc4fe9279234";
|
||||
sha256 = "0vyjadd9sb8qcbzvzhnqwc8wa7ma770c10xhn96jsqsnzr81k52d";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Various data structures for use in the Idris Language.";
|
||||
homepage = "https://github.com/jfdm/idris-containers";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue