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/applications/version-management/rcshist/default.nix
Normal file
22
pkgs/applications/version-management/rcshist/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ lib
|
||||
, stdenv
|
||||
, fetchurl
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "rcshist";
|
||||
version = "1.04";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://web.archive.org/web/20220508220019/https://invisible-island.net/datafiles/release/rcshist.tar.gz";
|
||||
sha256 = "01ab3xwgm934lxr8bm758am3vxwx4hxx7cc9prbgqj5nh30vdg1n";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Utitity to display complete revision history of a set of RCS files";
|
||||
homepage = "https://invisible-island.net/rcshist/rcshist.html";
|
||||
license = lib.licenses.bsd2;
|
||||
maintainers = [ lib.maintainers.kaction ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue