i3cat: remove

This commit is contained in:
Aaron Jheng 2022-06-02 12:39:25 +00:00
parent e6123938ca
commit 9488ef9504
No known key found for this signature in database
GPG key ID: F6A547A869D050A3
4 changed files with 1 additions and 37 deletions

View file

@ -1,24 +0,0 @@
{ lib, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
pname = "i3cat";
version = "1.0";
goPackagePath = "github.com/vincent-petithory/i3cat";
src = fetchFromGitHub {
owner = "vincent-petithory";
repo = "i3cat";
rev = "v${version}";
sha256 = "sha256-BxiiYzSjvXAMUQSUTKviLvrmGjkCLW6QPrgBBHvvF+Q=";
};
goDeps = ./deps.nix;
meta = with lib; {
description = "combine multiple i3bar JSON inputs into one to forward to i3bar";
homepage = "https://vincent-petithory.github.io/i3cat/";
license = licenses.mit;
maintainers = with maintainers; [ ];
};
}

View file

@ -1,11 +0,0 @@
[
{
goPackagePath = "github.com/vincent-petithory/structfield";
fetch = {
type = "git";
url = "https://github.com/vincent-petithory/structfield";
rev = "01a738558a47fbf16712994d1737fb31c77e7d11";
sha256 = "1kyx71z13mf6hc8ly0j0b9zblgvj5lzzvgnc3fqh61wgxrsw24dw";
};
}
]

View file

@ -571,6 +571,7 @@ mapAliases ({
### I ###
i3cat = throw "i3cat has been dropped due to the lack of maintanence from upstream since 2016"; # Added 2022-06-02
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
icecat-bin = throw "icecat-bin has been removed, the binary builds are not maintained upstream"; # Added 2022-02-15

View file

@ -27250,8 +27250,6 @@ with pkgs;
i3blocks-gaps = callPackage ../applications/window-managers/i3/blocks-gaps.nix { };
i3cat = callPackage ../tools/misc/i3cat { };
i3ipc-glib = callPackage ../applications/window-managers/i3/i3ipc-glib.nix { };
i3lock = callPackage ../applications/window-managers/i3/lock.nix {