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
This commit is contained in:
Andreas Enge 2025-09-05 18:21:38 +02:00
parent 3b7c9395e5
commit 9e2b56fb47
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
3 changed files with 0 additions and 47 deletions

View file

@ -370,7 +370,6 @@ GNU_SYSTEM_MODULES = \
%D%/packages/hugs.scm \ %D%/packages/hugs.scm \
%D%/packages/hunspell.scm \ %D%/packages/hunspell.scm \
%D%/packages/hurd.scm \ %D%/packages/hurd.scm \
%D%/packages/hyperledger.scm \
%D%/packages/i2p.scm \ %D%/packages/i2p.scm \
%D%/packages/ibus.scm \ %D%/packages/ibus.scm \
%D%/packages/icu4c.scm \ %D%/packages/icu4c.scm \

View file

@ -1,45 +0,0 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2019, 2020 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Efraim Flashner <efraim@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))

View file

@ -396,7 +396,6 @@ gnu/packages/gxmessage.scm
gnu/packages/hardware.scm gnu/packages/hardware.scm
gnu/packages/haskell-apps.scm gnu/packages/haskell-apps.scm
gnu/packages/hunspell.scm gnu/packages/hunspell.scm
gnu/packages/hyperledger.scm
gnu/packages/icu4c.scm gnu/packages/icu4c.scm
gnu/packages/idris.scm gnu/packages/idris.scm
gnu/packages/idutils.scm gnu/packages/idutils.scm