ical2org: remove

This commit is contained in:
Aaron Jheng 2022-06-02 12:10:50 +00:00
parent e6123938ca
commit 44891c51c6
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
4 changed files with 1 additions and 40 deletions

View file

@ -1,27 +0,0 @@
{ lib, fetchFromGitHub, buildGoPackage}:
buildGoPackage rec {
pname = "ical2org";
version="1.1.5";
goPackagePath = "github.com/rjhorniii/ical2org";
src = fetchFromGitHub {
owner = "rjhorniii";
repo = "ical2org";
rev = "v.${version}";
sha256 = "0hdx2j2innjh0z4kxcfzwdl2d54nv0g9ai9fyacfiagjhnzgf7cm";
fetchSubmodules = true;
};
goDeps = ./deps.nix;
meta = with lib; {
description = "Convert an iCal file to org agenda format, optionally deduplicating entries";
homepage = "https://github.com/rjhorniii/ical2org";
license = licenses.gpl3;
maintainers = with maintainers; [ swflint ];
platforms = platforms.unix;
};
}

View file

@ -1,11 +0,0 @@
[
{
goPackagePath = "github.com/rjhorniii/ics-golang";
fetch = {
type = "git";
url = "https://github.com/rjhorniii/ics-golang";
rev = "da66d6f502fac65073773ea3779cae2959545cb2";
sha256 = "1mm5rssvyjk29n1gq4l5xw26gm8bhvbzrs5c059i41zh9af121px";
};
}
]

View file

@ -573,6 +573,7 @@ mapAliases ({
iana_etc = throw "'iana_etc' has been renamed to/replaced by 'iana-etc'"; # Converted to throw 2022-02-22
iasl = throw "iasl has been removed, use acpica-tools instead"; # Added 2021-08-08
ical2org = throw "ical2org has been dropped due to the lack of maintanence from upstream since 2018"; # Added 2022-06-02
icecat-bin = throw "icecat-bin has been removed, the binary builds are not maintained upstream"; # Added 2022-02-15
icedtea8_web = adoptopenjdk-icedtea-web; # Added 2019-08-21
icedtea_web = adoptopenjdk-icedtea-web; # Added 2019-08-21

View file

@ -910,8 +910,6 @@ with pkgs;
useOldCXXAbi = makeSetupHook { } ../build-support/setup-hooks/use-old-cxx-abi.sh;
ical2org = callPackage ../tools/misc/ical2org {};
iconConvTools = callPackage ../build-support/icon-conv-tools {};
validatePkgConfig = makeSetupHook