diff options
author | Julien Lepiller <julien@lepiller.eu> | 2023-02-03 18:51:48 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2023-02-03 18:58:09 +0100 |
commit | b5a3e745f9f30899655aa15144c248e0292e8b1c (patch) | |
tree | 178d564ea1fe6584d2926d44cd333de3fb6660c9 /gnu/packages | |
parent | a60c750eec73a2030b08b32af3b9f435c7ecca54 (diff) | |
download | guix-b5a3e745f9f30899655aa15144c248e0292e8b1c.tar.gz guix-b5a3e745f9f30899655aa15144c248e0292e8b1c.zip |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/key-mon.scm | 28 |
1 files changed, 0 insertions, 28 deletions
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)) |