1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: Add emacs-enwc.

* gnu/packages/emacs-xyz.scm (emacs-enwc): New variable.

Change-Id: I110e81b639c717fc6049bed16e6d597bb5ca10b7
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Roman Scherer 2025-01-13 14:51:08 +01:00 committed by Ian Eure
parent 53a77c096d
commit eedb70fc7f
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -22979,6 +22979,27 @@ files. It parses the source files using Ruby's builtin @code{Ripper} class
and performs syntax checks on them.")
(license license:ruby))))
(define-public emacs-enwc
(package
(name "emacs-enwc")
(version "2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/enwc-" version
".tar"))
(sha256
(base32 "0y8154ykrashgg0bina5ambdrxw2qpimycvjldrk9d67hrccfh3m"))))
(build-system emacs-build-system)
(home-page "https://savannah.nongnu.org/p/enwc")
(synopsis "The Emacs Network Client")
(description
"ENWC is the Emacs Network Client. It is designed to provide a front-end
to various network managers, such as @code{NetworkManager} and Wicd.
Currently, only @code{NetworkManager} and Wicd are supported, although
experimental support exists for Connman.")
(license license:gpl3+)))
(define-public emacs-inheritenv
(package
(name "emacs-inheritenv")