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
28
pkgs/development/idris-modules/config.nix
Normal file
28
pkgs/development/idris-modules/config.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{ build-idris-package
|
||||
, fetchFromGitHub
|
||||
, effects
|
||||
, containers
|
||||
, lightyear
|
||||
, test
|
||||
, lib
|
||||
}:
|
||||
build-idris-package {
|
||||
pname = "config";
|
||||
version = "2017-11-06";
|
||||
|
||||
idrisDeps = [ effects containers lightyear test ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "benclifford";
|
||||
repo = "idris-config";
|
||||
rev = "92f98652f5cb06a76c47809f16c661ec6cf11048";
|
||||
sha256 = "1w2w2l4drvkf8mdzh3lwn6l5lnkbxlx9p22s7spw82n5s4wib6c9";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Parsers for various configuration files written in Idris.";
|
||||
homepage = "https://github.com/benclifford/idris-config";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = [ lib.maintainers.brainrape ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue