From 9e2b56fb4784c53a92e31568d48e127c96af6052 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 5 Sep 2025 18:21:38 +0200 Subject: [PATCH] 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(-) delete mode 100644 gnu/packages/hyperledger.scm diff --git a/gnu/local.mk b/gnu/local.mk index b5cd5041817..584684768e9 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 7afe2d24cd6..00000000000 --- a/gnu/packages/hyperledger.scm +++ /dev/null @@ -1,45 +0,0 @@ -;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2019, 2020 Pierre Neidhardt -;;; Copyright © 2019 Tobias Geerinckx-Rice -;;; Copyright © 2020 Efraim Flashner -;;; -;;; 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 . - -(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 0f64bb319e9..c5b747ac8ea 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