forked from mirrors/nixpkgs
jd: remove
jd is lack of maintenance from upstream since 2016.
This commit is contained in:
parent
58b95595e1
commit
2e3017b212
|
@ -1,21 +0,0 @@
|
||||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
|
||||||
|
|
||||||
buildGoPackage rec {
|
|
||||||
pname = "jd";
|
|
||||||
version = "0.3.1";
|
|
||||||
|
|
||||||
goPackagePath = "github.com/tidwall/jd";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "tidwall";
|
|
||||||
repo = "jd";
|
|
||||||
rev = "2729b5af166cfd72bd953ef8959b456c4db940fc";
|
|
||||||
sha256 = "sha256-sNiKPlpnASJs0gKLpyfRxQjZRN9JaCvPoQ0gd9GYRDY=";
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with lib; {
|
|
||||||
description = "Interactive JSON Editor";
|
|
||||||
license = licenses.mit;
|
|
||||||
maintainers = [ maintainers.np ];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -614,6 +614,7 @@ mapAliases ({
|
||||||
jamomacore = throw "jamomacore has been removed: abandoned upstream"; # Added 2020-11-21
|
jamomacore = throw "jamomacore has been removed: abandoned upstream"; # Added 2020-11-21
|
||||||
jbidwatcher = throw "jbidwatcher was discontinued in march 2021"; # Added 2021-03-15
|
jbidwatcher = throw "jbidwatcher was discontinued in march 2021"; # Added 2021-03-15
|
||||||
jbuilder = throw "'jbuilder' has been renamed to/replaced by 'dune_1'"; # Converted to throw 2022-02-22
|
jbuilder = throw "'jbuilder' has been renamed to/replaced by 'dune_1'"; # Converted to throw 2022-02-22
|
||||||
|
jd = throw "jd has been dropped due to the lack of maintenance from upstream since 2016"; # Added 2022-06-03
|
||||||
jellyfin_10_5 = throw "Jellyfin 10.5 is no longer supported and contains a security vulnerability. Please upgrade to a newer version"; # Added 2021-04-26
|
jellyfin_10_5 = throw "Jellyfin 10.5 is no longer supported and contains a security vulnerability. Please upgrade to a newer version"; # Added 2021-04-26
|
||||||
joseki = throw "'joseki' has been renamed to/replaced by 'apache-jena-fuseki'"; # Converted to throw 2022-02-22
|
joseki = throw "'joseki' has been renamed to/replaced by 'apache-jena-fuseki'"; # Converted to throw 2022-02-22
|
||||||
journalbeat7 = throw "journalbeat has been removed upstream. Use filebeat with the journald input instead";
|
journalbeat7 = throw "journalbeat has been removed upstream. Use filebeat with the journald input instead";
|
||||||
|
|
|
@ -7254,8 +7254,6 @@ with pkgs;
|
||||||
|
|
||||||
jc = with python3Packages; toPythonApplication jc;
|
jc = with python3Packages; toPythonApplication jc;
|
||||||
|
|
||||||
jd = callPackage ../development/tools/jd { };
|
|
||||||
|
|
||||||
jd-diff-patch = callPackage ../development/tools/jd-diff-patch { };
|
jd-diff-patch = callPackage ../development/tools/jd-diff-patch { };
|
||||||
|
|
||||||
jd-gui = callPackage ../tools/security/jd-gui { };
|
jd-gui = callPackage ../tools/security/jd-gui { };
|
||||||
|
|
Loading…
Reference in a new issue