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
21
pkgs/development/ocaml-modules/reason-native/console.nix
Normal file
21
pkgs/development/ocaml-modules/reason-native/console.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ buildDunePackage, callPackage, reason, console, ... }:
|
||||
|
||||
{
|
||||
pname = "console";
|
||||
|
||||
nativeBuildInputs = [
|
||||
reason
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
console = callPackage ./tests/console {
|
||||
inherit buildDunePackage reason console;
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "A library providing a web-influenced polymorphic console API for native Console.log(anything) with runtime printing";
|
||||
downloadPage = "https://github.com/reasonml/reason-native/tree/master/src/console";
|
||||
homepage = "https://reason-native.com/docs/console/";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue