guix_mirror_bot pushed a commit to branch master in repository guix. commit 9e2b56fb4784c53a92e31568d48e127c96af6052 Author: Andreas Enge <andr...@enge.fr> AuthorDate: Fri Sep 5 18:21:38 2025 +0200
gnu: Remove hyperledger module. * gnu/packages/hyperledger.scm: Remove file. * gnu/local.mk (GNU_SYSTEM_MODULES), po/packages/POTFILES.in: Unregister file. Change-Id: Id96902d6a2732e67439618f3ae4152b94e7bd8df --- gnu/local.mk | 1 - gnu/packages/hyperledger.scm | 45 -------------------------------------------- po/packages/POTFILES.in | 1 - 3 files changed, 47 deletions(-) diff --git a/gnu/local.mk b/gnu/local.mk index b5cd504181..584684768e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -370,7 +370,6 @@ GNU_SYSTEM_MODULES = \ %D%/packages/hugs.scm \ %D%/packages/hunspell.scm \ %D%/packages/hurd.scm \ - %D%/packages/hyperledger.scm \ %D%/packages/i2p.scm \ %D%/packages/ibus.scm \ %D%/packages/icu4c.scm \ diff --git a/gnu/packages/hyperledger.scm b/gnu/packages/hyperledger.scm deleted file mode 100644 index 7afe2d24cd..0000000000 --- a/gnu/packages/hyperledger.scm +++ /dev/null @@ -1,45 +0,0 @@ -;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019, 2020 Pierre Neidhardt <m...@ambrevar.xyz> -;;; Copyright © 2019 Tobias Geerinckx-Rice <m...@tobias.gr> -;;; Copyright © 2020 Efraim Flashner <efr...@flashner.co.il> -;;; -;;; This file is part of GNU Guix. -;;; -;;; GNU Guix is free software; you can redistribute it and/or modify it -;;; under the terms of the GNU General Public License as published by -;;; the Free Software Foundation; either version 3 of the License, or (at -;;; your option) any later version. -;;; -;;; GNU Guix is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of -;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;;; GNU General Public License for more details. -;;; -;;; You should have received a copy of the GNU General Public License -;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. - -(define-module (gnu packages hyperledger) - #:use-module (ice-9 match) - #:use-module (guix build-system cmake) - #:use-module (guix build-system go) - #:use-module (guix packages) - #:use-module (guix download) - #:use-module (guix git-download) - #:use-module (guix licenses) - #:use-module (gnu packages) - #:use-module (gnu packages base) - #:use-module (gnu packages boost) - #:use-module (gnu packages check) - #:use-module (gnu packages curl) - #:use-module (gnu packages databases) - #:use-module (gnu packages docker) - #:use-module (gnu packages logging) - #:use-module (gnu packages machine-learning) - #:use-module (gnu packages popt) - #:use-module (gnu packages pretty-print) - #:use-module (gnu packages protobuf) - #:use-module (gnu packages rpc) - #:use-module (gnu packages tbb) - #:use-module (gnu packages version-control) - #:use-module (gnu packages web)) - diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in index 0f64bb319e..c5b747ac8e 100644 --- a/po/packages/POTFILES.in +++ b/po/packages/POTFILES.in @@ -396,7 +396,6 @@ gnu/packages/gxmessage.scm gnu/packages/hardware.scm gnu/packages/haskell-apps.scm gnu/packages/hunspell.scm -gnu/packages/hyperledger.scm gnu/packages/icu4c.scm gnu/packages/idris.scm gnu/packages/idutils.scm