me
/
guix
Archived
1
0
Fork 0

gnu: emacs-circe: Update to 2.13-1.cc630eb.

* gnu/packages/emacs-xyz.scm (emacs-circe): Update to 2.13-1.cc630eb.
[arguments]<#:phases>: Remove phases fixing tests.

Change-Id: Ide8ea578bb6fe3836bcb96ac9206b783a7150cae
master
Nicolas Goaziou 2024-03-17 22:24:56 +01:00
parent 689259470e
commit cb854000c5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 36 additions and 48 deletions

View File

@ -21588,18 +21588,20 @@ part, which includes creating tokens.")
(license license:asl2.0)))
(define-public emacs-circe
(let ((commit "cc630eb9acb835012ad207dce545d2c380588da7")
(revision "1"))
(package
(name "emacs-circe")
(version "2.12")
(version (git-version "2.13" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jorgenschaefer/circe")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0lrxd4hanaxj85nafsc0wss677slmyaks3qb7a95mj7vic3ib937"))))
(base32 "1m2vnp38yv9fnxchcbf6mrzb7yp7z214vr28pr7sslrmm99dqg89"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t
@ -21611,21 +21613,7 @@ part, which includes creating tokens.")
;; directory for the tests to succeed.
(add-before 'check 'set-home
(lambda _
(setenv "HOME" "/tmp")))
(add-before 'check 'remove-failing-tests
(lambda _
(make-file-writable "tests/test-circe.el")
(emacs-batch-edit-file "tests/test-circe.el"
`(progn
(dolist (test
'("should have circe-server-buffer set in the mode hook"
"should complete nicks with colon at the beginning of the input"
"should complete nicks without colon later in the input"))
(goto-char (point-min))
(search-forward (format "(it %S" test))
(beginning-of-line)
(kill-sexp))
(basic-save-buffer))))))))
(setenv "HOME" "/tmp"))))))
(native-inputs
(list emacs-buttercup))
;; In order to securely connect to an IRC server using TLS, Circe requires
@ -21638,7 +21626,7 @@ part, which includes creating tokens.")
the rest of the editor, using standard Emacs key bindings and indicating
activity in channels in the status bar so it stays out of your way unless you
want to use it.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public emacs-tracking
(package