[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: Add emacs-sudo-edit.
From: |
guix-commits |
Subject: |
18/19: gnu: Add emacs-sudo-edit. |
Date: |
Mon, 6 May 2019 05:19:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cc1d1fc8b74fcca45947d67eea9636b1f75a1ec7
Author: Brian Leung <address@hidden>
Date: Fri Apr 19 20:59:59 2019 +0200
gnu: Add emacs-sudo-edit.
* gnu/packages/emacs-xyz.scm (emacs-sudo-edit): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 087294d..6960a47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2848,6 +2848,31 @@ respective @code{*Help*} buffers.")
completion of relevant keywords.")
(license license:expat)))
+(define-public emacs-sudo-edit
+ (let ((commit "cc3d478937b1accd38742bfceba92af02ee9357d")
+ (version "0.1.0")
+ (revision "6"))
+ (package
+ (name "emacs-sudo-edit")
+ (version (git-version version revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nflath/sudo-edit")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/nflath/sudo-edit/")
+ (synopsis "Open files as another user")
+ (description
+ "This package allows editing files as another user, including the root
+user.")
+ (license license:gpl3+))))
+
(define-public emacs-ob-ipython
(package
(name "emacs-ob-ipython")
- 08/19: gnu: Use license: prefix in tmux.scm., (continued)
- 08/19: gnu: Use license: prefix in tmux.scm., guix-commits, 2019/05/06
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode., guix-commits, 2019/05/06
- 15/19: gnu: Add emacs-flycheck-flow., guix-commits, 2019/05/06
- 18/19: gnu: Add emacs-sudo-edit.,
guix-commits <=
- 02/19: gnu: cross-base: Apply gcc 8 patch to gcc >= 8., guix-commits, 2019/05/06
- 13/19: gnu: Add emacs-names., guix-commits, 2019/05/06
- 11/19: gnu: Add git-annex-remote-rclone., guix-commits, 2019/05/06