[PATCH] gnu: Add emacs-enwc.

  • Open
  • quality assurance status badge
Details
One participant
  • Roman Scherer
Owner
unassigned
Submitted by
Roman Scherer
Severity
normal
R
R
Roman Scherer wrote 5 days ago
(address . guix-patches@gnu.org)(name . Roman Scherer)(address . roman@burningswell.com)
1975c77de4364c146aafa4d588b34ab71a22cbb7.1736776202.git.roman@burningswell.com
* gnu/packages/emacs-xyz.scm (emacs-enwc): New variable.

Change-Id: I110e81b639c717fc6049bed16e6d597bb5ca10b7
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)

Toggle diff (36 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 20ad1f9d05..33f5b79f4a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22660,6 +22660,27 @@ (define-public emacs-enh-ruby-mode
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")

base-commit: d0268d5b7ff4c5bac0ac2e25bc371ba5c950d12a
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75535@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75535
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch