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
|
|
@ -0,0 +1,25 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "korean-lunar-calendar";
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "korean_lunar_calendar";
|
||||
sha256 = "0p97r21298ipgvsqh978aq2n6cvybzp8bskcvj15mm1f76qm9khj";
|
||||
};
|
||||
|
||||
# no real tests
|
||||
pythonImportsCheck = [ "korean_lunar_calendar" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A library to convert Korean lunar-calendar to Gregorian calendar.";
|
||||
homepage = "https://github.com/usingsky/korean_lunar_calendar_py";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.ris ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue