mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
i3cat: remove
This commit is contained in:
parent
e6123938ca
commit
9488ef9504
@ -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; [ ];
|
||||
};
|
||||
}
|
11
pkgs/tools/misc/i3cat/deps.nix
generated
11
pkgs/tools/misc/i3cat/deps.nix
generated
@ -1,11 +0,0 @@
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/vincent-petithory/structfield";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/vincent-petithory/structfield";
|
||||
rev = "01a738558a47fbf16712994d1737fb31c77e7d11";
|
||||
sha256 = "1kyx71z13mf6hc8ly0j0b9zblgvj5lzzvgnc3fqh61wgxrsw24dw";
|
||||
};
|
||||
}
|
||||
]
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user