From 04a4f8cc9d6db39ca7988b16642f72a54e8ab233 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 25 Sep 2025 20:32:42 +0200 Subject: [PATCH] gnu: Remove (gnu packages fcitx). * gnu/packages/fcitx.scm: Remove file. * gnu/local.mk (GNU_SYSTEM_MODULES), po/packages/POTFILES.in: Unregister file. Fixes: guix/guix#2260 Change-Id: I70cdffb1dc5f8112afbdf556f457d647d788db9e --- gnu/local.mk | 1 - gnu/packages/fcitx.scm | 39 --------------------------------------- po/packages/POTFILES.in | 1 - 3 files changed, 41 deletions(-) delete mode 100644 gnu/packages/fcitx.scm diff --git a/gnu/local.mk b/gnu/local.mk index 1ef437c3a80..af814b82cac 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -276,7 +276,6 @@ GNU_SYSTEM_MODULES = \ %D%/packages/erlang-xyz.scm \ %D%/packages/esolangs.scm \ %D%/packages/fabric-management.scm \ - %D%/packages/fcitx.scm \ %D%/packages/fcitx5.scm \ %D%/packages/fediverse.scm \ %D%/packages/figlet.scm \ diff --git a/gnu/packages/fcitx.scm b/gnu/packages/fcitx.scm deleted file mode 100644 index 5ae728259da..00000000000 --- a/gnu/packages/fcitx.scm +++ /dev/null @@ -1,39 +0,0 @@ -;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015 Sou Bunnbu -;;; Copyright © 2019 Tobias Geerinckx-Rice -;;; Copyright © 2022 Maxim Cournoyer -;;; Copyright © 2023 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 fcitx) - #:use-module ((guix licenses) #:select (gpl2+)) - #:use-module (guix packages) - #:use-module (guix download) - #:use-module (guix build-system glib-or-gtk) - #:use-module (gnu packages autotools) - #:use-module (gnu packages documentation) - #:use-module (gnu packages gettext) - #:use-module (gnu packages glib) - #:use-module (gnu packages graphviz) - #:use-module (gnu packages gtk) - #:use-module (gnu packages man) - #:use-module (gnu packages pkg-config) - #:use-module (gnu packages python) - #:use-module (gnu packages sqlite) - #:use-module (gnu packages xml) - #:use-module (gnu packages xorg)) - diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in index 96e027dcf2f..0dfbbd6e61b 100644 --- a/po/packages/POTFILES.in +++ b/po/packages/POTFILES.in @@ -146,7 +146,6 @@ gnu/packages/erlang-xyz.scm gnu/packages/erlang.scm gnu/packages/esolangs.scm gnu/packages/fabric-management.scm -gnu/packages/fcitx.scm gnu/packages/fcitx5.scm gnu/packages/fediverse.scm gnu/packages/figlet.scm