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
23
pkgs/applications/misc/tsukae/default.nix
Normal file
23
pkgs/applications/misc/tsukae/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ lib, fetchFromGitHub, buildGoModule }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "tsukae";
|
||||
version = "unstable-2021-04-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "irevenko";
|
||||
repo = pname;
|
||||
rev = "8111dddd67e4b4f83ae4bca7d7305f6dc64e77cd";
|
||||
sha256 = "sha256-1y/WYLW6/HMGmuaX2wOlQbwYn0LcgQCMb4qw8BtCgxQ=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-Q0WOzyJGnTXTmj7ZPKyVSnWuWb4bbDjDpgftQ1Opf/I=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Show off your most used shell commands.";
|
||||
homepage = "https://github.com/irevenko/tsukae";
|
||||
license = licenses.mit;
|
||||
mainProgram = pname;
|
||||
maintainers = with maintainers; [ l3af ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue