aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-18 11:02:04 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-02-18 11:02:04 +0100
commit7651c9bb66fc3cef96a76c415491fe4ec2967eb0 (patch)
tree1dc1e631b76a87f9b1c85f364d83b5bbec4ee77f
parent6cc585919efb88536bfd79e6b7a956265596d2a2 (diff)
downloadguix-7651c9bb66fc3cef96a76c415491fe4ec2967eb0.tar
guix-7651c9bb66fc3cef96a76c415491fe4ec2967eb0.tar.gz
gnu: emacs-epkg: Clean-up description.
* gnu/packages/emacs-xyz.scm (emacs-epkg)[description]: Remove useless information.
-rw-r--r--gnu/packages/emacs-xyz.scm18
1 files changed, 1 insertions, 17 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 66972b938b..36e0232ee7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17601,23 +17601,7 @@ add any additional instance slots.")
(description "This package provides access to a local copy of the
Emacsmirror package database. It provides low-level functions for querying
the database and a @file{package.el} user interface for browsing the database.
-Epkg itself is not a package manager.
-
-Getting a local copy:
-
-@example
-git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
-cd ~/.emacs.d/epkgs
-git submodule init
-git config --global url.https://github.com/.insteadOf git@@github.com:
-git submodule update
-@end example
-
-Some submodule may be missing. In this case Git will prompt for a GitHub user
-name and password. To skip it press a @key{Return} key.
-
-You could get a Epkg package list by invoking @code{epkg-list-packages} in
-Emacs.")
+Epkg itself is not a package manager.")
(license license:gpl3+)))
(define-public emacs-elisp-slime-nav