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/tools/package-management/elm-github-install/default.nix
Normal file
21
pkgs/tools/package-management/elm-github-install/default.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ lib, bundlerEnv, ruby, bundlerUpdateScript }:
|
||||
|
||||
bundlerEnv rec {
|
||||
pname = "elm_install";
|
||||
name = "elm-github-install-${version}";
|
||||
|
||||
version = (import ./gemset.nix).elm_install.version;
|
||||
|
||||
inherit ruby;
|
||||
gemdir = ./.;
|
||||
|
||||
passthru.updateScript = bundlerUpdateScript "elm-github-install";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Install Elm packages from git repositories";
|
||||
homepage = "https://github.com/gdotdesign/elm-github-install";
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ roberth nicknovitski ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue