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
22
pkgs/tools/misc/i3nator/default.nix
Normal file
22
pkgs/tools/misc/i3nator/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "i3nator";
|
||||
version = "1.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pitkley";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "10rxvxq48dhzlw5p9fsj6x0ci4pap85s9b192zakgvk4h97ifp2p";
|
||||
};
|
||||
|
||||
cargoSha256 = "04sx1dsznvh60s2yd9bzbvj6fgjvj37vv33qpww13fyph832i37g";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Tmuxinator for the i3 window manager";
|
||||
homepage = "https://github.com/pitkley/i3nator";
|
||||
license = with licenses; [ asl20 ];
|
||||
maintainers = with maintainers; [ mpoquet ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue