aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2023-02-03 18:51:48 +0100
committerJulien Lepiller <julien@lepiller.eu>2023-02-03 18:58:09 +0100
commitb5a3e745f9f30899655aa15144c248e0292e8b1c (patch)
tree178d564ea1fe6584d2926d44cd333de3fb6660c9
parenta60c750eec73a2030b08b32af3b9f435c7ecca54 (diff)
downloadguix-b5a3e745f9f30899655aa15144c248e0292e8b1c.tar
guix-b5a3e745f9f30899655aa15144c248e0292e8b1c.tar.gz
gnu: Remove key-mon.scm.
The file is empty. * gnu/packages/key-mon.scm: Remove file. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove it. * po/packages/POTFILES.in: Remove it.
-rw-r--r--gnu/local.mk1
-rw-r--r--gnu/packages/key-mon.scm28
-rw-r--r--po/packages/POTFILES.in1
3 files changed, 0 insertions, 30 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 520e9838ad..fdbb8ce461 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -362,7 +362,6 @@ GNU_SYSTEM_MODULES = \
%D%/packages/kde-systemtools.scm \
%D%/packages/kde-utils.scm \
%D%/packages/kerberos.scm \
- %D%/packages/key-mon.scm \
%D%/packages/kodi.scm \
%D%/packages/language.scm \
%D%/packages/lean.scm \
diff --git a/gnu/packages/key-mon.scm b/gnu/packages/key-mon.scm
deleted file mode 100644
index d70dd0cd48..0000000000
--- a/gnu/packages/key-mon.scm
+++ /dev/null
@@ -1,28 +0,0 @@
-;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
-;;;
-;;; 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 key-mon)
- #:use-module (guix licenses)
- #:use-module (guix packages)
- #:use-module (guix download)
- #:use-module (gnu packages)
- #:use-module (gnu packages python)
- #:use-module (gnu packages python-xyz)
- #:use-module (gnu packages gtk)
- #:use-module (gnu packages gnome)
- #:use-module (guix build-system python))
diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in
index 32d34d6456..4775986c57 100644
--- a/po/packages/POTFILES.in
+++ b/po/packages/POTFILES.in
@@ -25,7 +25,6 @@ gnu/packages/image.scm
gnu/packages/image-viewers.scm
gnu/packages/inkscape.scm
gnu/packages/jemalloc.scm
-gnu/packages/key-mon.scm
gnu/packages/less.scm
gnu/packages/lesstif.scm
gnu/packages/libreoffice.scm