Merge pull request #151917 from veprbl/pr/holochain-go

holochain-go: remove unmaintained version
This commit is contained in:
Bobby Rong 2022-01-01 21:38:46 +08:00 committed by GitHub
commit eebef8a1de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 31 deletions

View file

@ -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 ];
};
}

View file

@ -361,6 +361,7 @@ mapAliases ({
hepmc = hepmc2; # added 2019-08-05 hepmc = hepmc2; # added 2019-08-05
hexen = throw "hexen (SDL port) has been removed: abandoned by upstream."; # added 2019-12-11 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 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 ht-rust = xh; # added 2021-02-13
htmlTidy = html-tidy; # added 2014-12-06 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 hydra-flakes = throw "hydra-flakes: Flakes support has been merged into Hydra's master. Please use `hydra-unstable` now."; # added 2020-04-06

View file

@ -6414,8 +6414,6 @@ with pkgs;
hockeypuck-web = callPackage ../servers/hockeypuck/web.nix { }; hockeypuck-web = callPackage ../servers/hockeypuck/web.nix { };
holochain-go = callPackage ../servers/holochain-go { };
homesick = callPackage ../tools/misc/homesick { }; homesick = callPackage ../tools/misc/homesick { };
honcho = callPackage ../tools/system/honcho { }; honcho = callPackage ../tools/system/honcho { };