GNU bug report logs -
#36091
[PATCH] gnu: Add emacs-excorporate
Previous Next
Reported by: TK <tkprom <at> protonmail.com>
Date: Tue, 4 Jun 2019 14:23:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-url-http-ntlm): New variable.
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ff8fbc3130..74bcbc7ba2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25682,6 +25682,24 @@ (define-public emacs-nadvice
move to the new advice system without dropping support for Emacs<24.4.")
(license license:gpl3+)))
+(define-public emacs-url-http-ntlm
+ (package
+ (name "emacs-url-http-ntlm")
+ (version "2.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://elpa.gnu.org/packages/url-http-ntlm-" version ".el"))
+ (sha256
+ (base32
+ "1cakq2ykraci7d1gl8rnpv4f2f5ffyaidhqb1282g7i72adwmb98"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-ntlm" ,emacs-ntlm)))
+ (home-page "https://elpa.gnu.org/packages/url-http-ntlm.html")
+ (synopsis "NTLM authentication for the url library")
+ (description "This package provides a NTLM handler for the URL package.")
+ (license license:gpl3+)))
+
(define-public emacs-evil-traces
(let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
(revision "2"))
--
2.33.1
This bug report was last modified 3 years and 250 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.