mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
holochain-go: remove unmaintained version
This commit is contained in:
parent
ba3cc463ca
commit
a4c94c3861
@ -1,29 +0,0 @@
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "holochain-go";
|
||||
version = "0.1.0-alpha";
|
||||
rev = "a17510b910a7a377441c152b8dccdbae1999f63f";
|
||||
|
||||
goPackagePath = "github.com/holochain/holochain-proto";
|
||||
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
owner = "holochain";
|
||||
repo = "holochain-proto";
|
||||
sha256 = "19l29jnr63ximmyn4i4llv2mdwh306c2mpzmx2anj9z12wjpach0";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = {
|
||||
description = "core implementation of validating DHT dApps in go";
|
||||
longDescription = "Holographic storage for distributed applications -- a validating monotonic DHT backed by authoritative hashchains for data provenance";
|
||||
homepage = "https://holochain.org/";
|
||||
downloadPage = "https://developer.holochain.org/";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ gavin ];
|
||||
|
||||
};
|
||||
}
|
@ -361,6 +361,7 @@ mapAliases ({
|
||||
hepmc = hepmc2; # added 2019-08-05
|
||||
hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11
|
||||
hicolor_icon_theme = hicolor-icon-theme; # added 2018-02-25
|
||||
holochain-go = throw "holochain-go was abandoned by upstream"; # added 2022-01-01
|
||||
ht-rust = xh; # added 2021-02-13
|
||||
htmlTidy = html-tidy; # added 2014-12-06
|
||||
hydra-flakes = throw "hydra-flakes: Flakes support has been merged into Hydra's master. Please use `hydra-unstable` now."; # added 2020-04-06
|
||||
|
@ -6387,8 +6387,6 @@ with pkgs;
|
||||
|
||||
hockeypuck-web = callPackage ../servers/hockeypuck/web.nix { };
|
||||
|
||||
holochain-go = callPackage ../servers/holochain-go { };
|
||||
|
||||
homesick = callPackage ../tools/misc/homesick { };
|
||||
|
||||
honcho = callPackage ../tools/system/honcho { };
|
||||
|
Loading…
Reference in New Issue
Block a user