gnu: emacs-epkg: Clean-up description.

* gnu/packages/emacs-xyz.scm (emacs-epkg)[description]: Remove useless information.
This commit is contained in:
Nicolas Goaziou 2022-02-18 11:02:04 +01:00
parent 6cc585919e
commit 7651c9bb66
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17601,23 +17601,7 @@ (define-public emacs-epkg
(description "This package provides access to a local copy of the (description "This package provides access to a local copy of the
Emacsmirror package database. It provides low-level functions for querying Emacsmirror package database. It provides low-level functions for querying
the database and a @file{package.el} user interface for browsing the database. the database and a @file{package.el} user interface for browsing the database.
Epkg itself is not a package manager. 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.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-elisp-slime-nav (define-public emacs-elisp-slime-nav